Home
last modified time | relevance | path

Searched defs:getProgram (Results 1 – 17 of 17) sorted by relevance

/external/skia/src/gpu/gl/
DGrGLGpuProgramCache.cpp93 GrGLProgram* GrGLGpu::ProgramCache::getProgram(const DrawArgs& args) { in getProgram() function in GrGLGpu::ProgramCache
/external/llvm/tools/bugpoint/
DBugDriver.h139 Module *getProgram() const { return Program; } in getProgram() function
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
DTokenRewriteStream.as187 protected function getProgram(name:String):Array { method in org.antlr.runtime.TokenRewriteStream
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
DTokenRewriteStream.js344 getProgram: function(name) { method
/external/deqp/framework/opengl/
DgluShaderProgram.hpp120 deUint32 getProgram (void) const { return m_program; } in getProgram() function in glu::Program
182 deUint32 getProgram (void) const { return m_program.getProgram(); } in getProgram() function in glu::ShaderProgram
/external/mesa3d/src/gallium/drivers/nv50/codegen/
Dnv50_ir_build_util.h35 inline Program *getProgram() const { return prog; } in getProgram() function
Dnv50_ir.h875 Program *getProgram() const { return program; } in getProgram() function
940 inline Program *getProgram() const { return prog; } in getProgram() function
/external/deqp/modules/gles31/functional/
Des31fGeometryShaderTests.cpp2154 sglr::ShaderProgram& GeometryExpanderRenderTest::getProgram (void) in getProgram() function in deqp::gles31::Functional::__anonb5937c3b0111::GeometryExpanderRenderTest
2177 sglr::ShaderProgram& EmitTest::getProgram (void) in getProgram() function in deqp::gles31::Functional::__anonb5937c3b0111::EmitTest
2211 sglr::ShaderProgram& VaryingTest::getProgram (void) in getProgram() function in deqp::gles31::Functional::__anonb5937c3b0111::VaryingTest
2447 sglr::ShaderProgram& OutputCountCase::getProgram (void) in getProgram() function in deqp::gles31::Functional::__anonb5937c3b0111::OutputCountCase
2509 sglr::ShaderProgram& BuiltinVariableRenderTest::getProgram (void) in getProgram() function in deqp::gles31::Functional::__anonb5937c3b0111::BuiltinVariableRenderTest
3723 sglr::ShaderProgram& VaryingOutputCountCase::getProgram (void) in getProgram() function in deqp::gles31::Functional::__anonb5937c3b0111::VaryingOutputCountCase
4265 sglr::ShaderProgram& GeometryInvocationCase::getProgram (void) in getProgram() function in deqp::gles31::Functional::__anonb5937c3b0111::GeometryInvocationCase
4333 sglr::ShaderProgram& DrawInstancedGeometryInstancedCase::getProgram (void) in getProgram() function in deqp::gles31::Functional::__anonb5937c3b0111::DrawInstancedGeometryInstancedCase
Des31fComputeShaderBuiltinVarTests.cpp157 deUint32 ComputeBuiltinVarCase::getProgram (const UVec3& localSize) in getProgram() function in deqp::gles31::Functional::ComputeBuiltinVarCase
Des31fSeparateShaderTests.cpp636 Program& getProgram (void) { return m_program; } in getProgram() function in deqp::gles31::Functional::__anon584d32840111::RawProgramWrapper
/external/deqp/modules/glshared/
DglsShaderExecUtil.cpp426 deUint32 getProgram (void) const { return m_program.getProgram(); } in getProgram() function in deqp::gls::ShaderExecUtil::VertexProcessorExecutor
617 deUint32 getProgram (void) const { return m_program.getProgram(); } in getProgram() function in deqp::gls::ShaderExecUtil::FragmentShaderExecutor
862 deUint32 getProgram (void) const { return m_program.getProgram(); } in getProgram() function in deqp::gls::ShaderExecUtil::BufferIoExecutor
DglsTextureTestUtil.cpp1077 glu::ShaderProgram* ProgramLibrary::getProgram (Program program) in getProgram() function in deqp::gls::TextureTestUtil::ProgramLibrary
/external/deqp/modules/gles3/functional/
Des3fLifetimeTests.cpp218 ScaleProgram& getProgram (void) { return m_program; } in getProgram() function in deqp::gles3::Functional::__anonb99a33050111::BufferVAOAttacher
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
DTokenRewriteStream.java320 protected List getProgram(String name) { in getProgram() method in TokenRewriteStream
/external/antlr/antlr-3.4/runtime/Python/antlr3/
Dstreams.py1221 def getProgram(self, name): member in TokenRewriteStream
/external/deqp/modules/egl/
DteglGLES2SharedRenderingPerfTests.cpp114 GLuint getProgram (void) const { return m_program; } in getProgram() function in deqp::egl::__anon3e823a280111::TestContext
DteglGLES2SharingThreadedTests.cpp95 const SharedPtr<Program> getProgram (int index) const { return m_programs[index]; } in getProgram() function in deqp::egl::GLES2ThreadTest::GLES2ResourceManager