/external/webrtc/webrtc/modules/video_render/ios/ |
H A D | open_gles20.h | 45 GLuint CreateProgram(const char* vertex_source, const char* fragment_source);
|
H A D | open_gles20.mm | 84 program_ = CreateProgram(vertext_shader_, fragment_shader_); 196 GLuint OpenGles20::CreateProgram(const char* vertex_source,
|
/external/skia/bench/ |
H A D | GLBench.h | 39 static GrGLuint CreateProgram(const GrGLInterface*, const char* vshader, const char* fshader);
|
H A D | GLBench.cpp | 84 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 D | GLVec4ScalarBench.cpp | 189 return CreateProgram(gl, vshaderTxt.c_str(), fshaderTxt.c_str());
|
H A D | GLVertexAttributesBench.cpp | 152 return CreateProgram(gl, vshaderTxt.c_str(), fshaderTxt.c_str());
|
H A D | GLInstancedArraysBench.cpp | 158 return CreateProgram(gl, vshaderTxt.c_str(), fshaderTxt.c_str());
|
/external/skia/src/gpu/gl/builders/ |
H A D | GrGLProgramBuilder.h | 32 static GrGLProgram* CreateProgram(const DrawArgs&, GrGLGpu*);
|
H A D | GrGLProgramBuilder.cpp | 31 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 D | GrVkProgramBuilder.h | 33 static GrVkProgram* CreateProgram(GrVkGpu*,
|
H A D | GrVkProgramBuilder.cpp | 14 GrVkProgram* GrVkProgramBuilder::CreateProgram(GrVkGpu* gpu, function in class:GrVkProgramBuilder
|
H A D | GrVkGpu.cpp | 1205 GrVkProgram* program = GrVkProgramBuilder::CreateProgram(this, args,
|
/external/skia/src/gpu/gl/ |
H A D | GrGLGpuProgramCache.cpp | 146 GrGLProgram* program = GrGLProgramBuilder::CreateProgram(args, fGpu);
|
H A D | GrGLAssembleInterface.cpp | 126 GET_PROC(CreateProgram); 573 GET_PROC(CreateProgram);
|
H A D | GrGLGpu.cpp | 347 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 D | RTCOpenGLVideoRenderer.mm | 123 GLuint CreateProgram(GLuint vertexShader, GLuint fragmentShader) { 291 _program = CreateProgram(vertexShader, fragmentShader);
|
/external/webrtc/webrtc/api/objc/ |
H A D | RTCOpenGLVideoRenderer.mm | 102 GLuint CreateProgram(GLuint vertexShader, GLuint fragmentShader) { 272 _program = CreateProgram(vertexShader, fragmentShader);
|
/external/deqp/modules/egl/ |
H A D | teglGLES2SharingThreadedTests.cpp | 1479 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 D | gl_core_3_1.cpp | 588 PFNCREATEPROGRAMPROC CreateProgram; member in namespace:gl 1461 CreateProgram = (PFNCREATEPROGRAMPROC)IntGetProcAddress("glCreateProgram"); 1462 return CreateProgram(); 2576 CreateProgram = Switch_CreateProgram;
|
H A D | gl_core_3_1.hpp | 1191 extern GLuint (CODEGEN_FUNCPTR *CreateProgram)();
|
/external/mesa3d/src/mapi/glapi/tests/ |
H A D | check_table.cpp | 975 { "glCreateProgram", _O(CreateProgram) },
|
/external/mesa3d/include/GL/ |
H A D | gl_mangle.h | 325 #define glCreateProgram MANGLE(CreateProgram)
|
/external/libgdx/backends/gdx-backend-lwjgl3/libs/ |
H A D | lwjgl.jar | META-INF/ META-INF/MANIFEST.MF org/ org/lwjgl/ org/lwjgl/egl/ org/lwjgl/glfw/ org/ ... |