Home
last modified time | relevance | path

Searched refs:LinkProgram (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/gpu/gl/
DGrGLAssembleInterface.cpp154 GET_PROC(LinkProgram); in GrGLAssembleGLInterface()
412 GET_PROC(LinkProgram); in GrGLAssembleGLESInterface()
/external/deqp/modules/egl/
DteglGLES2SharingThreadedTests.cpp1635 class LinkProgram : public Operation class
1638 LinkProgram (SharedPtr<Program> program, bool useSync, bool serverSync);
1645 LinkProgram::LinkProgram (SharedPtr<Program> program, bool useSync, bool serverSync) in LinkProgram() function in deqp::egl::GLES2ThreadTest::LinkProgram
1653 void LinkProgram::exec (tcu::ThreadUtil::Thread& t) in exec()
2750 …m_threads[threadNdx]->addOperation(new GLES2ThreadTest::LinkProgram(program, m_config.useFenceSync… in addRandomOperation()
3152 …m_threads[0]->addOperation(new GLES2ThreadTest::LinkProgram(program, m_config.useFenceSync, m_conf… in addBufferOperations()
3240 …m_threads[0]->addOperation(new GLES2ThreadTest::LinkProgram(program, m_config.useFenceSync, m_conf… in addTextureOperations()
3347 …m_threads[0]->addOperation(new GLES2ThreadTest::LinkProgram(program, m_config.useFenceSync, m_conf… in addImageOperations()
3554 …m_threads[0]->addOperation(new GLES2ThreadTest::LinkProgram(program, m_config.useFenceSync, m_conf… in addProgramOperations()
3556 …m_threads[1]->addOperation(new GLES2ThreadTest::LinkProgram(program, m_config.useFenceSync, m_conf… in addProgramOperations()
/external/skia/src/gpu/gl/builders/
DGrGLProgramBuilder.cpp430 GL_CALL(LinkProgram(programID)); in finalize()
/external/mesa3d/include/GL/
Dgl_mangle.h996 #define glLinkProgram MANGLE(LinkProgram)