Home
last modified time | relevance | path

Searched refs:CreateProgram (Results 1 – 24 of 24) sorted by relevance

/external/skia/bench/
DGLBench.cpp84 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()
DGLBench.h39 static GrGLuint CreateProgram(const GrGLInterface*, const char* vshader, const char* fshader);
DGLVec4ScalarBench.cpp189 return CreateProgram(gl, vshaderTxt.c_str(), fshaderTxt.c_str()); in setupShader()
DGLVertexAttributesBench.cpp152 return CreateProgram(gl, vshaderTxt.c_str(), fshaderTxt.c_str()); in setupShader()
DGLInstancedArraysBench.cpp158 return CreateProgram(gl, vshaderTxt.c_str(), fshaderTxt.c_str()); in setupShader()
/external/webrtc/webrtc/modules/video_render/ios/
Dopen_gles20.h45 GLuint CreateProgram(const char* vertex_source, const char* fragment_source);
Dopen_gles20.mm84 program_ = CreateProgram(vertext_shader_, fragment_shader_);
196 GLuint OpenGles20::CreateProgram(const char* vertex_source, function
/external/skia/src/gpu/vk/
DGrVkProgramBuilder.h33 static GrVkProgram* CreateProgram(GrVkGpu*,
DGrVkProgramBuilder.cpp14 GrVkProgram* GrVkProgramBuilder::CreateProgram(GrVkGpu* gpu, in CreateProgram() function in GrVkProgramBuilder
DGrVkGpu.cpp1205 GrVkProgram* program = GrVkProgramBuilder::CreateProgram(this, args, in onDraw()
/external/skia/src/gpu/gl/builders/
DGrGLProgramBuilder.cpp31 GrGLProgram* GrGLProgramBuilder::CreateProgram(const DrawArgs& args, GrGLGpu* gpu) { in CreateProgram() function in GrGLProgramBuilder
129 GL_CALL_RET(programID, CreateProgram()); in finalize()
DGrGLProgramBuilder.h32 static GrGLProgram* CreateProgram(const DrawArgs&, GrGLGpu*);
/external/skia/src/gpu/gl/
DGrGLGpuProgramCache.cpp146 GrGLProgram* program = GrGLProgramBuilder::CreateProgram(args, fGpu); in refProgram()
DGrGLAssembleInterface.cpp126 GET_PROC(CreateProgram); in GrGLAssembleGLInterface()
573 GET_PROC(CreateProgram); in GrGLAssembleGLESInterface()
DGrGLGpu.cpp347 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/
DRTCOpenGLVideoRenderer.mm102 GLuint CreateProgram(GLuint vertexShader, GLuint fragmentShader) { function
272 _program = CreateProgram(vertexShader, fragmentShader);
/external/webrtc/talk/app/webrtc/objc/
DRTCOpenGLVideoRenderer.mm123 GLuint CreateProgram(GLuint vertexShader, GLuint fragmentShader) { function
291 _program = CreateProgram(vertexShader, fragmentShader);
/external/deqp/doc/testspecs/GLES2/
Dfunctional.lifetime.txt38 - After calling CreateProgram, then UseProgram, then DeleteProgram
/external/deqp/doc/testspecs/GLES3/
Dfunctional.lifetime.txt42 - After calling CreateProgram, then UseProgram, then DeleteProgram
/external/deqp/modules/egl/
DteglGLES2SharingThreadedTests.cpp1479 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/
Dgl_core_3_1.cpp588 PFNCREATEPROGRAMPROC CreateProgram; variable
1461 CreateProgram = (PFNCREATEPROGRAMPROC)IntGetProcAddress("glCreateProgram"); in Switch_CreateProgram()
1462 return CreateProgram(); in Switch_CreateProgram()
2576 CreateProgram = Switch_CreateProgram; in InitializeVariables()
Dgl_core_3_1.hpp1191 extern GLuint (CODEGEN_FUNCPTR *CreateProgram)();
/external/mesa3d/src/mapi/glapi/tests/
Dcheck_table.cpp975 { "glCreateProgram", _O(CreateProgram) },
/external/mesa3d/include/GL/
Dgl_mangle.h325 #define glCreateProgram MANGLE(CreateProgram)