Home
last modified time | relevance | path

Searched refs:texEnvfv (Results 1 – 5 of 5) sorted by relevance

/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/
DCoreProfileEngine.h149 void texEnvfv(GLenum target, GLenum pname, const GLfloat* params);
DGLEScmContext.h92 void texEnvfv(GLenum target, GLenum pname, const GLfloat* params);
DGLEScmContext.cpp1026 void GLEScmContext::texEnvfv(GLenum target, GLenum pname, const GLfloat* params) { in texEnvfv() function in GLEScmContext
1037 core().texEnvfv(target, pname, params); in texEnvfv()
DCoreProfileEngine.cpp628 void CoreProfileEngine::texEnvfv(GLenum target, GLenum pname, const GLfloat* params) { in texEnvfv() function in CoreProfileEngine
DGLEScmImp.cpp1920 ctx->texEnvfv(target, pname, params); in glTexEnvfv()
1961 ctx->texEnvfv(target, pname, tmpParams); in glTexEnvxv()