Home
last modified time | relevance | path

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

/external/angle/src/tests/gl_tests/
DContextNoErrorTest.cpp66 void ContextNoErrorTest31::bindProgramPipeline(const GLchar *vertString, const GLchar *fragString) in bindProgramPipeline() function in ContextNoErrorTest31
DProgramPipelineTest.cpp129 void ProgramPipelineTest31::bindProgramPipeline(const GLchar *vertString, const GLchar *fragString) in bindProgramPipeline() function in __anon42639d1a0111::ProgramPipelineTest31
DStateChangeTest.cpp1600 void bindProgramPipeline(const GLchar *computeString) in bindProgramPipeline() function in __anon1423de330111::ImageES31PPO
DTextureTest.cpp627 void bindProgramPipeline(const GLchar *vertString, const GLchar *fragString) in bindProgramPipeline() function in __anon4123f35d0111::TextureES31PPO
/external/angle/src/libANGLE/renderer/gl/
DDispatchTableGL_autogen.h457 PFNGLBINDPROGRAMPIPELINEPROC bindProgramPipeline = nullptr; variable
/external/deqp/framework/opengl/wrapper/
DglwFunctions.inl25 glBindProgramPipelineFunc bindProgramPipeline; variable
/external/angle/src/libANGLE/
DContext.cpp1274 void Context::bindProgramPipeline(ProgramPipelineID pipelineHandle) in bindProgramPipeline() function in gl::Context