/external/skia/src/gpu/gl/ |
D | GrGLGpuProgramCache.cpp | 93 GrGLProgram* GrGLGpu::ProgramCache::getProgram(const DrawArgs& args) { in getProgram() function in GrGLGpu::ProgramCache
|
/external/llvm/tools/bugpoint/ |
D | BugDriver.h | 139 Module *getProgram() const { return Program; } in getProgram() function
|
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/ |
D | TokenRewriteStream.as | 187 protected function getProgram(name:String):Array { method in org.antlr.runtime.TokenRewriteStream
|
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/ |
D | TokenRewriteStream.js | 344 getProgram: function(name) { method
|
/external/deqp/framework/opengl/ |
D | gluShaderProgram.hpp | 120 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/ |
D | nv50_ir_build_util.h | 35 inline Program *getProgram() const { return prog; } in getProgram() function
|
D | nv50_ir.h | 875 Program *getProgram() const { return program; } in getProgram() function 940 inline Program *getProgram() const { return prog; } in getProgram() function
|
/external/deqp/modules/gles31/functional/ |
D | es31fGeometryShaderTests.cpp | 2154 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
|
D | es31fComputeShaderBuiltinVarTests.cpp | 157 deUint32 ComputeBuiltinVarCase::getProgram (const UVec3& localSize) in getProgram() function in deqp::gles31::Functional::ComputeBuiltinVarCase
|
D | es31fSeparateShaderTests.cpp | 636 Program& getProgram (void) { return m_program; } in getProgram() function in deqp::gles31::Functional::__anon584d32840111::RawProgramWrapper
|
/external/deqp/modules/glshared/ |
D | glsShaderExecUtil.cpp | 426 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
|
D | glsTextureTestUtil.cpp | 1077 glu::ShaderProgram* ProgramLibrary::getProgram (Program program) in getProgram() function in deqp::gls::TextureTestUtil::ProgramLibrary
|
/external/deqp/modules/gles3/functional/ |
D | es3fLifetimeTests.cpp | 218 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/ |
D | TokenRewriteStream.java | 320 protected List getProgram(String name) { in getProgram() method in TokenRewriteStream
|
/external/antlr/antlr-3.4/runtime/Python/antlr3/ |
D | streams.py | 1221 def getProgram(self, name): member in TokenRewriteStream
|
/external/deqp/modules/egl/ |
D | teglGLES2SharedRenderingPerfTests.cpp | 114 GLuint getProgram (void) const { return m_program; } in getProgram() function in deqp::egl::__anon3e823a280111::TestContext
|
D | teglGLES2SharingThreadedTests.cpp | 95 const SharedPtr<Program> getProgram (int index) const { return m_programs[index]; } in getProgram() function in deqp::egl::GLES2ThreadTest::GLES2ResourceManager
|