/external/skia/bench/ |
D | GLBench.cpp | 84 GrGLuint GLBench::CreateProgram(const GrGLInterface* gl, const char* vshader, const char* fshader) { in CreateProgram() function in GLBench 90 GR_GL_CALL_RET(gl, shaderProgram, CreateProgram()); in CreateProgram()
|
D | GLBench.h | 39 static GrGLuint CreateProgram(const GrGLInterface*, const char* vshader, const char* fshader);
|
D | GLVec4ScalarBench.cpp | 189 return CreateProgram(gl, vshaderTxt.c_str(), fshaderTxt.c_str()); in setupShader()
|
D | GLVertexAttributesBench.cpp | 152 return CreateProgram(gl, vshaderTxt.c_str(), fshaderTxt.c_str()); in setupShader()
|
D | GLInstancedArraysBench.cpp | 158 return CreateProgram(gl, vshaderTxt.c_str(), fshaderTxt.c_str()); in setupShader()
|
/external/webrtc/webrtc/modules/video_render/ios/ |
D | open_gles20.h | 45 GLuint CreateProgram(const char* vertex_source, const char* fragment_source);
|
D | open_gles20.mm | 84 program_ = CreateProgram(vertext_shader_, fragment_shader_); 196 GLuint OpenGles20::CreateProgram(const char* vertex_source, function
|
/external/skia/src/gpu/vk/ |
D | GrVkProgramBuilder.h | 33 static GrVkProgram* CreateProgram(GrVkGpu*,
|
D | GrVkProgramBuilder.cpp | 14 GrVkProgram* GrVkProgramBuilder::CreateProgram(GrVkGpu* gpu, in CreateProgram() function in GrVkProgramBuilder
|
D | GrVkGpu.cpp | 1205 GrVkProgram* program = GrVkProgramBuilder::CreateProgram(this, args, in onDraw()
|
/external/skia/src/gpu/gl/builders/ |
D | GrGLProgramBuilder.cpp | 31 GrGLProgram* GrGLProgramBuilder::CreateProgram(const DrawArgs& args, GrGLGpu* gpu) { in CreateProgram() function in GrGLProgramBuilder 129 GL_CALL_RET(programID, CreateProgram()); in finalize()
|
D | GrGLProgramBuilder.h | 32 static GrGLProgram* CreateProgram(const DrawArgs&, GrGLGpu*);
|
/external/skia/src/gpu/gl/ |
D | GrGLGpuProgramCache.cpp | 146 GrGLProgram* program = GrGLProgramBuilder::CreateProgram(args, fGpu); in refProgram()
|
D | GrGLAssembleInterface.cpp | 126 GET_PROC(CreateProgram); in GrGLAssembleGLInterface() 573 GET_PROC(CreateProgram); in GrGLAssembleGLESInterface()
|
D | GrGLGpu.cpp | 347 GL_CALL_RET(fPLSSetupProgram.fProgram, CreateProgram()); in createPLSSetupProgram() 3456 GL_CALL_RET(fCopyPrograms[i].fProgram, CreateProgram()); in createCopyPrograms() 3551 GL_CALL_RET(fWireRectProgram.fProgram, CreateProgram()); in createWireRectProgram()
|
/external/webrtc/webrtc/api/objc/ |
D | RTCOpenGLVideoRenderer.mm | 102 GLuint CreateProgram(GLuint vertexShader, GLuint fragmentShader) { function 272 _program = CreateProgram(vertexShader, fragmentShader);
|
/external/webrtc/talk/app/webrtc/objc/ |
D | RTCOpenGLVideoRenderer.mm | 123 GLuint CreateProgram(GLuint vertexShader, GLuint fragmentShader) { function 291 _program = CreateProgram(vertexShader, fragmentShader);
|
/external/deqp/doc/testspecs/GLES2/ |
D | functional.lifetime.txt | 38 - After calling CreateProgram, then UseProgram, then DeleteProgram
|
/external/deqp/doc/testspecs/GLES3/ |
D | functional.lifetime.txt | 42 - After calling CreateProgram, then UseProgram, then DeleteProgram
|
/external/deqp/modules/egl/ |
D | teglGLES2SharingThreadedTests.cpp | 1479 class CreateProgram : public Operation class 1482 CreateProgram (SharedPtr<Program>& program, bool useSync, bool serverSync); 1489 CreateProgram::CreateProgram (SharedPtr<Program>& program, bool useSync, bool serverSync) in CreateProgram() function in deqp::egl::GLES2ThreadTest::CreateProgram 1496 void CreateProgram::exec (tcu::ThreadUtil::Thread& t) in exec() 2733 …m_threads[threadNdx]->addOperation(new GLES2ThreadTest::CreateProgram(program, m_config.useFenceSy… in addRandomOperation() 3163 …m_threads[0]->addOperation(new GLES2ThreadTest::CreateProgram(program, m_config.useFenceSync, m_co… in addBufferOperations() 3251 …m_threads[0]->addOperation(new GLES2ThreadTest::CreateProgram(program, m_config.useFenceSync, m_co… in addTextureOperations() 3358 …m_threads[0]->addOperation(new GLES2ThreadTest::CreateProgram(program, m_config.useFenceSync, m_co… in addImageOperations() 3548 …m_threads[0]->addOperation(new GLES2ThreadTest::CreateProgram(program, m_config.useFenceSync, m_co… in addProgramOperations()
|
/external/opencv3/modules/core/src/ |
D | gl_core_3_1.cpp | 588 PFNCREATEPROGRAMPROC CreateProgram; variable 1461 CreateProgram = (PFNCREATEPROGRAMPROC)IntGetProcAddress("glCreateProgram"); in Switch_CreateProgram() 1462 return CreateProgram(); in Switch_CreateProgram() 2576 CreateProgram = Switch_CreateProgram; in InitializeVariables()
|
D | gl_core_3_1.hpp | 1191 extern GLuint (CODEGEN_FUNCPTR *CreateProgram)();
|
/external/mesa3d/src/mapi/glapi/tests/ |
D | check_table.cpp | 975 { "glCreateProgram", _O(CreateProgram) },
|
/external/mesa3d/include/GL/ |
D | gl_mangle.h | 325 #define glCreateProgram MANGLE(CreateProgram)
|