Searched defs:CreateProgram (Results 1 – 8 of 8) sorted by relevance
196 GLuint OpenGles20::CreateProgram(const char* vertex_source, function
102 GLuint CreateProgram(GLuint vertexShader, GLuint fragmentShader) { function
123 GLuint CreateProgram(GLuint vertexShader, GLuint fragmentShader) { function
105 GrGLuint GLBench::CreateProgram(const GrGLContext* context, const char* vshader, in CreateProgram() function in GLBench
31 GrGLProgram* GrGLProgramBuilder::CreateProgram(const GrPipeline& pipeline, in CreateProgram() function in GrGLProgramBuilder
1479 class CreateProgram : public Operation class1489 CreateProgram::CreateProgram (SharedPtr<Program>& program, bool useSync, bool serverSync) in CreateProgram() function in deqp::egl::GLES2ThreadTest::CreateProgram
1152 GLuint CreateProgram(void) in CreateProgram() function
256 GLuint MojoGLES2Impl::CreateProgram() { in CreateProgram() function in mojo::MojoGLES2Impl