HomeSort by relevance Sort by last modified time
    Searched refs:CreateProgram (Results 1 - 25 of 36) sorted by null

1 2

  /external/webrtc/webrtc/modules/video_render/ios/
open_gles20.h 45 GLuint CreateProgram(const char* vertex_source, const char* fragment_source);
open_gles20.mm 84 program_ = CreateProgram(vertext_shader_, fragment_shader_);
196 GLuint OpenGles20::CreateProgram(const char* vertex_source,
  /external/skia/src/gpu/gl/builders/
GrGLProgramBuilder.h 37 static GrGLProgram* CreateProgram(const GrPipeline&,
72 GrGLProgram* createProgram(GrGLuint programID);
GrGLProgramBuilder.cpp 32 GrGLProgram* GrGLProgramBuilder::CreateProgram(const GrPipeline& pipeline,
137 GL_CALL_RET(programID, CreateProgram());
302 return this->createProgram(programID);
385 GrGLProgram* GrGLProgramBuilder::createProgram(GrGLuint programID) {
  /external/skqp/src/gpu/gl/builders/
GrGLProgramBuilder.h 37 static GrGLProgram* CreateProgram(const GrPipeline&,
72 GrGLProgram* createProgram(GrGLuint programID);
GrGLProgramBuilder.cpp 32 GrGLProgram* GrGLProgramBuilder::CreateProgram(const GrPipeline& pipeline,
137 GL_CALL_RET(programID, CreateProgram());
293 return this->createProgram(programID);
376 GrGLProgram* GrGLProgramBuilder::createProgram(GrGLuint programID) {
  /external/skia/src/gpu/gl/
GrGLGpuProgramCache.cpp 95 GrGLProgram* program = GrGLProgramBuilder::CreateProgram(pipeline, primProc, &desc, fGpu);
GrGLAssembleInterface.cpp 117 GET_PROC(CreateProgram);
479 GET_PROC(CreateProgram);
  /external/skqp/src/gpu/gl/
GrGLGpuProgramCache.cpp 95 GrGLProgram* program = GrGLProgramBuilder::CreateProgram(pipeline, primProc, &desc, fGpu);
GrGLAssembleInterface.cpp 117 GET_PROC(CreateProgram);
611 GET_PROC(CreateProgram);
    [all...]
  /external/deqp/external/openglcts/modules/gl/
gl4cProgramInterfaceQueryTests.cpp 94 GLuint CreateProgram(const char* src_vs, const char* src_fs, bool link)
121 GLuint CreateProgram(const char* src_vs, const char* src_tcs, const char* src_tes, const char* src_gs,
485 GLuint program = CreateProgram(VertexShader().c_str(), FragmentShader().c_str(), false);
578 GLuint program = CreateProgram(VertexShader().c_str(), FragmentShader().c_str(), false);
695 GLuint program = CreateProgram(VertexShader().c_str(), FragmentShader().c_str(), false);
785 GLuint program = CreateProgram(VertexShader().c_str(), FragmentShader().c_str(), false);
845 GLuint program = CreateProgram(VertexShader().c_str(), FragmentShader().c_str(), false);
916 GLuint program = CreateProgram(VertexShader().c_str(), FragmentShader().c_str(), true);
    [all...]
gl4cShaderAtomicCountersTests.cpp 124 GLuint CreateProgram(const char* src_vs, const char* src_tcs, const char* src_tes, const char* src_gs,
    [all...]
gl4cShaderStorageBufferObjectTests.cpp 274 GLuint CreateProgram(const std::string& vs, const std::string& tcs, const std::string& tes, const std::string& gs,
326 GLuint CreateProgram(const std::string& vs, const std::string& fs)
662 m_program = CreateProgram(glsl_vs, glsl_fs);
1053 m_program = CreateProgram(vs, fs);
    [all...]
gl4cTextureGatherTests.cpp 100 GLuint CreateProgram(const char* src_vs, const char* src_tcs, const char* src_tes, const char* src_gs,
415 program = CreateProgram(VertexShader().c_str(), NULL, NULL, NULL, FragmentShader().c_str());
    [all...]
gl4cES31CompatibilityShaderStorageBufferObjectTests.cpp 202 GLuint CreateProgram(const std::string& vs, const std::string& fs)
510 m_program = CreateProgram(glsl_vs, glsl_fs);
879 m_program = CreateProgram(vs, fs);
    [all...]
  /external/deqp/external/openglcts/modules/gles31/
es31cProgramInterfaceQueryTests.cpp 94 GLuint CreateProgram(const char* src_vs, const char* src_fs, bool link)
398 GLuint program = CreateProgram(VertexShader().c_str(), FragmentShader().c_str(), false);
684 GLuint program = CreateProgram(VertexShader().c_str(), FragmentShader().c_str(), false);
788 GLuint program = CreateProgram(VertexShader().c_str(), FragmentShader().c_str(), false);
860 GLuint program = CreateProgram(VertexShader().c_str(), FragmentShader().c_str(), false);
    [all...]
es31cDrawIndirectTests.cpp 263 GLuint CreateProgram(const std::string& vs, const std::string& gs, const std::string& fs, bool linkAndCheck)
    [all...]
es31cTextureGatherTests.cpp 92 GLuint CreateProgram(const char* src_vs, const char* src_fs)
333 program = CreateProgram(VertexShader().c_str(), FragmentShader().c_str());
929 program = CreateProgram(VertexShader().c_str(), FallthroughFragmentShader().c_str());
931 program = CreateProgram(FallthroughVertexShader().c_str(), FragmentShader().c_str());
    [all...]
es31cShaderStorageBufferObjectTests.cpp 196 GLuint CreateProgram(const std::string& vs, const std::string& fs)
506 m_program = CreateProgram(glsl_vs, glsl_fs);
874 m_program = CreateProgram(vs, fs);
    [all...]
es31cShaderAtomicCountersTests.cpp 135 GLuint CreateProgram(const char* src_vs, const char* src_fs, bool link)
    [all...]
es31cComputeShaderTests.cpp 201 GLuint CreateProgram(const std::string& vs, const std::string& fs)
    [all...]
  /external/webrtc/talk/app/webrtc/objc/
RTCOpenGLVideoRenderer.mm 123 GLuint CreateProgram(GLuint vertexShader, GLuint fragmentShader) {
291 _program = CreateProgram(vertexShader, fragmentShader);
  /external/webrtc/webrtc/api/objc/
RTCOpenGLVideoRenderer.mm 102 GLuint CreateProgram(GLuint vertexShader, GLuint fragmentShader) {
272 _program = CreateProgram(vertexShader, fragmentShader);
  /external/skia/tools/gpu/atlastext/
GLTestAtlasTextRenderer.cpp 212 fProgram = callgl(CreateProgram);
  /external/skqp/tools/gpu/atlastext/
GLTestAtlasTextRenderer.cpp 212 fProgram = callgl(CreateProgram);

Completed in 2277 milliseconds

1 2