Searched defs:CreateProgram (Results 1 - 5 of 5) sorted by relevance

/external/skia/bench/
H A DGLBench.cpp84 GrGLuint GLBench::CreateProgram(const GrGLInterface* gl, const char* vshader, const char* fshader) { function in class:GLBench
90 GR_GL_CALL_RET(gl, shaderProgram, CreateProgram());
/external/skia/src/gpu/gl/builders/
H A DGrGLProgramBuilder.cpp31 GrGLProgram* GrGLProgramBuilder::CreateProgram(const DrawArgs& args, GrGLGpu* gpu) { function in class:GrGLProgramBuilder
129 GL_CALL_RET(programID, CreateProgram());
/external/skia/src/gpu/vk/
H A DGrVkProgramBuilder.cpp14 GrVkProgram* GrVkProgramBuilder::CreateProgram(GrVkGpu* gpu, function in class:GrVkProgramBuilder
/external/deqp/modules/egl/
H A DteglGLES2SharingThreadedTests.cpp1479 class CreateProgram : public Operation class in namespace:deqp::egl::GLES2ThreadTest
1482 CreateProgram (SharedPtr<Program>& program, bool useSync, bool serverSync);
1489 CreateProgram::CreateProgram (SharedPtr<Program>& program, bool useSync, bool serverSync) function in class:deqp::egl::GLES2ThreadTest::CreateProgram
1490 : Operation ("CreateProgram", useSync, serverSync)
1496 void CreateProgram::exec (tcu::ThreadUtil::Thread& t)
2733 m_threads[threadNdx]->addOperation(new GLES2ThreadTest::CreateProgram(program, m_config.useFenceSync, m_config.serverSync));
3163 m_threads[0]->addOperation(new GLES2ThreadTest::CreateProgram(program, m_config.useFenceSync, m_config.serverSync));
3251 m_threads[0]->addOperation(new GLES2ThreadTest::CreateProgram(program, m_config.useFenceSync, m_config.serverSync));
3358 m_threads[0]->addOperation(new GLES2ThreadTest::CreateProgram(progra
[all...]
/external/opencv3/modules/core/src/
H A Dgl_core_3_1.cpp588 PFNCREATEPROGRAMPROC CreateProgram; member in namespace:gl
1461 CreateProgram = (PFNCREATEPROGRAMPROC)IntGetProcAddress("glCreateProgram");
1462 return CreateProgram();
2576 CreateProgram = Switch_CreateProgram;

Completed in 358 milliseconds