Searched defs:CreateProgram (Results 1 – 7 of 7) 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
84 GrGLuint GLBench::CreateProgram(const GrGLInterface* gl, const char* vshader, const char* fshader) { in CreateProgram() function in GLBench
14 GrVkProgram* GrVkProgramBuilder::CreateProgram(GrVkGpu* gpu, in CreateProgram() function in GrVkProgramBuilder
31 GrGLProgram* GrGLProgramBuilder::CreateProgram(const DrawArgs& args, GrGLGpu* gpu) { 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