Searched refs:LinkProgram (Results 1 – 8 of 8) sorted by relevance
/external/skia/bench/ |
D | GLBench.cpp | 93 GR_GL_CALL(gl, LinkProgram(shaderProgram)); in CreateProgram()
|
/external/skia/src/gpu/gl/builders/ |
D | GrGLProgramBuilder.cpp | 162 GL_CALL(LinkProgram(programID)); in finalize()
|
/external/skia/src/gpu/gl/ |
D | GrGLAssembleInterface.cpp | 189 GET_PROC(LinkProgram); in GrGLAssembleGLInterface() 622 GET_PROC(LinkProgram); in GrGLAssembleGLESInterface()
|
D | GrGLGpu.cpp | 361 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/ |
D | teglGLES2SharingThreadedTests.cpp | 1635 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/ |
D | gl_core_3_1.cpp | 613 PFNLINKPROGRAMPROC LinkProgram; variable 1611 LinkProgram = (PFNLINKPROGRAMPROC)IntGetProcAddress("glLinkProgram"); in Switch_LinkProgram() 1612 LinkProgram(program); in Switch_LinkProgram() 2601 LinkProgram = Switch_LinkProgram; in InitializeVariables()
|
D | gl_core_3_1.hpp | 1216 extern void (CODEGEN_FUNCPTR *LinkProgram)(GLuint program);
|
/external/mesa3d/include/GL/ |
D | gl_mangle.h | 996 #define glLinkProgram MANGLE(LinkProgram)
|