Home
last modified time | relevance | path

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

/sdk/emulator/opengl/host/libs/Translator/GLES_V2/
DGLESv2Imp.cpp155 const GLuint globalShaderName = ctx->shareGroup()->getGlobalName(SHADER,shader); in glAttachShader() local
350 const GLuint globalShaderName = ctx->shareGroup()->getGlobalName(SHADER,shader); in glCompileShader() local
414 const GLuint globalShaderName = ctx->dispatcher().glCreateShader(type); in glCreateShader() local
504 const GLuint globalShaderName = ctx->shareGroup()->getGlobalName(SHADER,shader); in glDeleteShader() local
530 const GLuint globalShaderName = ctx->shareGroup()->getGlobalName(SHADER,shader); in glDetachShader() local
1223 const GLuint globalShaderName = ctx->shareGroup()->getGlobalName(SHADER,shader); in glGetShaderiv() local
1246 const GLuint globalShaderName = ctx->shareGroup()->getGlobalName(SHADER,shader); in glGetShaderInfoLog() local
1303 const GLuint globalShaderName = ctx->shareGroup()->getGlobalName(SHADER,shader); in glGetShaderSource() local
1555 const GLuint globalShaderName = ctx->shareGroup()->getGlobalName(SHADER,shader); in glIsShader() local
1689 const GLuint globalShaderName = ctx->shareGroup()->getGlobalName(SHADER,shaders[i]); in glShaderBinary() local
[all …]