Home
last modified time | relevance | path

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

/external/skia/bench/
DGLBench.cpp93 GR_GL_CALL(gl, LinkProgram(shaderProgram)); in CreateProgram()
/external/skia/src/gpu/gl/builders/
DGrGLProgramBuilder.cpp162 GL_CALL(LinkProgram(programID)); in finalize()
/external/skia/src/gpu/gl/
DGrGLAssembleInterface.cpp189 GET_PROC(LinkProgram); in GrGLAssembleGLInterface()
622 GET_PROC(LinkProgram); in GrGLAssembleGLESInterface()
DGrGLGpu.cpp361 GL_CALL(LinkProgram(fPLSSetupProgram.fProgram)); in createPLSSetupProgram()
3472 GL_CALL(LinkProgram(fCopyPrograms[i].fProgram)); in createCopyPrograms()
3567 GL_CALL(LinkProgram(fWireRectProgram.fProgram)); in createWireRectProgram()
/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()
2765 …m_threads[threadNdx]->addOperation(new GLES2ThreadTest::LinkProgram(program, m_config.useFenceSync… in addRandomOperation()
3167 …m_threads[0]->addOperation(new GLES2ThreadTest::LinkProgram(program, m_config.useFenceSync, m_conf… in addBufferOperations()
3255 …m_threads[0]->addOperation(new GLES2ThreadTest::LinkProgram(program, m_config.useFenceSync, m_conf… in addTextureOperations()
3362 …m_threads[0]->addOperation(new GLES2ThreadTest::LinkProgram(program, m_config.useFenceSync, m_conf… in addImageOperations()
3569 …m_threads[0]->addOperation(new GLES2ThreadTest::LinkProgram(program, m_config.useFenceSync, m_conf… in addProgramOperations()
3571 …m_threads[1]->addOperation(new GLES2ThreadTest::LinkProgram(program, m_config.useFenceSync, m_conf… in addProgramOperations()
/external/opencv3/modules/core/src/
Dgl_core_3_1.cpp613 PFNLINKPROGRAMPROC LinkProgram; variable
1611 LinkProgram = (PFNLINKPROGRAMPROC)IntGetProcAddress("glLinkProgram"); in Switch_LinkProgram()
1612 LinkProgram(program); in Switch_LinkProgram()
2601 LinkProgram = Switch_LinkProgram; in InitializeVariables()
Dgl_core_3_1.hpp1216 extern void (CODEGEN_FUNCPTR *LinkProgram)(GLuint program);
/external/mesa3d/include/GL/
Dgl_mangle.h996 #define glLinkProgram MANGLE(LinkProgram)