Home
last modified time | relevance | path

Searched refs:detachProgram (Results 1 – 3 of 3) sorted by relevance

/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/
DShaderParser.h60 void detachProgram(GLuint program);
DShaderParser.cpp202 void ShaderParser::detachProgram(GLuint program) { in detachProgram() function in ShaderParser
DGLESv2Imp.cpp461 shaderParser->detachProgram(program); in s_detachShader()