Searched refs:CreateProgram (Results 1 - 23 of 23) sorted by relevance

/external/webrtc/webrtc/modules/video_render/ios/
H A Dopen_gles20.h45 GLuint CreateProgram(const char* vertex_source, const char* fragment_source);
H A Dopen_gles20.mm84 program_ = CreateProgram(vertext_shader_, fragment_shader_);
196 GLuint OpenGles20::CreateProgram(const char* vertex_source,
/external/skia/bench/
H A DGLBench.h39 static GrGLuint CreateProgram(const GrGLInterface*, const char* vshader, const char* fshader);
H A DGLBench.cpp84 GrGLuint GLBench::CreateProgram(const GrGLInterface* gl, const char* vshader, const char* fshader) { function in class:GLBench
90 GR_GL_CALL_RET(gl, shaderProgram, CreateProgram());
H A DGLVec4ScalarBench.cpp189 return CreateProgram(gl, vshaderTxt.c_str(), fshaderTxt.c_str());
H A DGLVertexAttributesBench.cpp152 return CreateProgram(gl, vshaderTxt.c_str(), fshaderTxt.c_str());
H A DGLInstancedArraysBench.cpp158 return CreateProgram(gl, vshaderTxt.c_str(), fshaderTxt.c_str());
/external/skia/src/gpu/gl/builders/
H A DGrGLProgramBuilder.h32 static GrGLProgram* CreateProgram(const DrawArgs&, GrGLGpu*);
H A DGrGLProgramBuilder.cpp31 GrGLProgram* GrGLProgramBuilder::CreateProgram(const DrawArgs& args, GrGLGpu* gpu) { function in class:GrGLProgramBuilder
129 GL_CALL_RET(programID, CreateProgram());
/external/skia/src/gpu/vk/
H A DGrVkProgramBuilder.h33 static GrVkProgram* CreateProgram(GrVkGpu*,
H A DGrVkProgramBuilder.cpp14 GrVkProgram* GrVkProgramBuilder::CreateProgram(GrVkGpu* gpu, function in class:GrVkProgramBuilder
H A DGrVkGpu.cpp1205 GrVkProgram* program = GrVkProgramBuilder::CreateProgram(this, args,
/external/skia/src/gpu/gl/
H A DGrGLGpuProgramCache.cpp146 GrGLProgram* program = GrGLProgramBuilder::CreateProgram(args, fGpu);
H A DGrGLAssembleInterface.cpp126 GET_PROC(CreateProgram);
573 GET_PROC(CreateProgram);
H A DGrGLGpu.cpp347 GL_CALL_RET(fPLSSetupProgram.fProgram, CreateProgram());
3456 GL_CALL_RET(fCopyPrograms[i].fProgram, CreateProgram());
3551 GL_CALL_RET(fWireRectProgram.fProgram, CreateProgram());
/external/webrtc/talk/app/webrtc/objc/
H A DRTCOpenGLVideoRenderer.mm123 GLuint CreateProgram(GLuint vertexShader, GLuint fragmentShader) {
291 _program = CreateProgram(vertexShader, fragmentShader);
/external/webrtc/webrtc/api/objc/
H A DRTCOpenGLVideoRenderer.mm102 GLuint CreateProgram(GLuint vertexShader, GLuint fragmentShader) {
272 _program = CreateProgram(vertexShader, fragmentShader);
/external/deqp/modules/egl/
H A DteglGLES2SharingThreadedTests.cpp1479 class CreateProgram : public Operation class in namespace:deqp::egl::GLES2ThreadTest
1482 CreateProgram (SharedPtr<Program>& program, bool useSync, bool serverSync);
1489 CreateProgram::CreateProgram (SharedPtr<Program>& program, bool useSync, bool serverSync) function in class:deqp::egl::GLES2ThreadTest::CreateProgram
1490 : Operation ("CreateProgram", useSync, serverSync)
1496 void CreateProgram::exec (tcu::ThreadUtil::Thread& t)
2733 m_threads[threadNdx]->addOperation(new GLES2ThreadTest::CreateProgram(program, m_config.useFenceSync, m_config.serverSync));
3163 m_threads[0]->addOperation(new GLES2ThreadTest::CreateProgram(program, m_config.useFenceSync, m_config.serverSync));
3251 m_threads[0]->addOperation(new GLES2ThreadTest::CreateProgram(program, m_config.useFenceSync, m_config.serverSync));
3358 m_threads[0]->addOperation(new GLES2ThreadTest::CreateProgram(progra
[all...]
/external/opencv3/modules/core/src/
H A Dgl_core_3_1.cpp588 PFNCREATEPROGRAMPROC CreateProgram; member in namespace:gl
1461 CreateProgram = (PFNCREATEPROGRAMPROC)IntGetProcAddress("glCreateProgram");
1462 return CreateProgram();
2576 CreateProgram = Switch_CreateProgram;
H A Dgl_core_3_1.hpp1191 extern GLuint (CODEGEN_FUNCPTR *CreateProgram)();
/external/mesa3d/src/mapi/glapi/tests/
H A Dcheck_table.cpp975 { "glCreateProgram", _O(CreateProgram) },
/external/mesa3d/include/GL/
H A Dgl_mangle.h325 #define glCreateProgram MANGLE(CreateProgram)
/external/libgdx/backends/gdx-backend-lwjgl3/libs/
H A Dlwjgl.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/lwjgl/ org/lwjgl/egl/ org/lwjgl/glfw/ org/ ...

Completed in 1674 milliseconds