Searched refs:texEnvfv (Results 1 – 5 of 5) sorted by relevance
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/ |
D | CoreProfileEngine.h | 149 void texEnvfv(GLenum target, GLenum pname, const GLfloat* params);
|
D | GLEScmContext.h | 92 void texEnvfv(GLenum target, GLenum pname, const GLfloat* params);
|
D | GLEScmContext.cpp | 1026 void GLEScmContext::texEnvfv(GLenum target, GLenum pname, const GLfloat* params) { in texEnvfv() function in GLEScmContext 1037 core().texEnvfv(target, pname, params); in texEnvfv()
|
D | CoreProfileEngine.cpp | 628 void CoreProfileEngine::texEnvfv(GLenum target, GLenum pname, const GLfloat* params) { in texEnvfv() function in CoreProfileEngine
|
D | GLEScmImp.cpp | 1920 ctx->texEnvfv(target, pname, params); in glTexEnvfv() 1961 ctx->texEnvfv(target, pname, tmpParams); in glTexEnvxv()
|