Home
last modified time | relevance | path

Searched defs:globalProgramName (Results 1 – 1 of 1) sorted by relevance

/sdk/emulator/opengl/host/libs/Translator/GLES_V2/
DGLESv2Imp.cpp153 const GLuint globalProgramName = ctx->shareGroup()->getGlobalName(SHADER,program); in glAttachShader() local
177 const GLuint globalProgramName = ctx->shareGroup()->getGlobalName(SHADER,program); in glBindAttribLocation() local
397 const GLuint globalProgramName = ctx->dispatcher().glCreateProgram(); in glCreateProgram() local
494 const GLuint globalProgramName = ctx->shareGroup()->getGlobalName(SHADER,program); in glDeleteProgram() local
528 const GLuint globalProgramName = ctx->shareGroup()->getGlobalName(SHADER,program); in glDetachShader() local
786 const GLuint globalProgramName = ctx->shareGroup()->getGlobalName(SHADER,program); in glGetActiveAttrib() local
797 const GLuint globalProgramName = ctx->shareGroup()->getGlobalName(SHADER,program); in glGetActiveUniform() local
808 const GLuint globalProgramName = ctx->shareGroup()->getGlobalName(SHADER,program); in glGetAttachedShaders() local
824 const GLuint globalProgramName = ctx->shareGroup()->getGlobalName(SHADER,program); in glGetAttribLocation() local
1147 const GLuint globalProgramName = ctx->shareGroup()->getGlobalName(SHADER,program); in glGetProgramiv() local
[all …]