Home
last modified time | relevance | path

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

/external/webrtc/talk/app/webrtc/java/android/org/webrtc/
DGlShader.java119 public void useProgram() { in useProgram() method in GlShader
/external/skia/tools/gpu/gl/debug/
DDebugGLTestContext.cpp204 GrGLvoid useProgram(GrGLuint programID) override { in useProgram() function in __anond7a7974a0111::DebugInterface
1139 void useProgram(GrProgramObj *program) { in useProgram() function in __anond7a7974a0111::DebugInterface
/external/deqp/modules/glshared/
DglsShaderExecUtil.cpp468 void ShaderExecutor::useProgram (void) in useProgram() function in deqp::gls::ShaderExecUtil::ShaderExecutor
/external/deqp/framework/opengl/simplereference/
DsglrGLContext.cpp893 void GLContext::useProgram (deUint32 program) in useProgram() function in sglr::GLContext
DsglrReferenceContext.cpp4545 void ReferenceContext::useProgram (deUint32 program) in useProgram() function in sglr::ReferenceContext
/external/swiftshader/src/OpenGL/libGL/
DContext.cpp982 void Context::useProgram(GLuint program) in useProgram() function in gl::Context
/external/deqp/framework/opengl/wrapper/
DglwFunctions.inl568 glUseProgramFunc useProgram; variable
/external/swiftshader/src/OpenGL/libGLESv2/
DContext.cpp1295 void Context::useProgram(GLuint program) in useProgram() function in es2::Context
/external/skia/src/gpu/gl/
DGrGLTestInterface.h175 virtual GrGLvoid useProgram(GrGLuint program) {} in useProgram() function