Home
last modified time | relevance | path

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

12

/external/angle/src/libANGLE/
DCLKernel.h59 inline const Program &Kernel::getProgram() const in getProgram() function
DResourceManager.h162 ANGLE_INLINE Program *getProgram(ShaderProgramID handle) const in getProgram() function
DMemoryProgramCache.cpp139 angle::Result MemoryProgramCache::getProgram(const Context *context, in getProgram() function in gl::MemoryProgramCache
DGLES1Renderer.cpp540 Program *GLES1Renderer::getProgram(ShaderProgramID handle) const in getProgram() function in gl::GLES1Renderer
DState.h372 Program *getProgram() const in getProgram() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/DIA/
DDIAFrameData.cpp41 std::string DIAFrameData::getProgram() const { in getProgram() function in DIAFrameData
/external/llvm/tools/bugpoint/
DBugDriver.h133 Module *getProgram() const { return Program; } in getProgram() function
/external/antlr/runtime/ActionScript/project/src/org/antlr/runtime/
DTokenRewriteStream.as187 protected function getProgram(name:String):Array { method in org.antlr.runtime.TokenRewriteStream
/external/antlr/runtime/JavaScript/src/org/antlr/runtime/
DTokenRewriteStream.js344 getProgram: function(name) { method
/external/deqp/modules/glshared/
DglsTextureTestUtil.cpp89 glu::ShaderProgram* ProgramLibrary::getProgram (Program program) in getProgram() function in deqp::gls::TextureTestUtil::ProgramLibrary
DglsShaderExecUtil.cpp709 deUint32 getProgram (void) const { return m_program.getProgram(); } in getProgram() function in deqp::gls::ShaderExecUtil::VertexShaderExecutor
738 deUint32 getProgram (void) const { return m_program.getProgram(); } in getProgram() function in deqp::gls::ShaderExecUtil::GeometryShaderExecutor
779 deUint32 getProgram (void) const { return m_program.getProgram(); } in getProgram() function in deqp::gls::ShaderExecUtil::FragmentShaderExecutor
821 deUint32 getProgram (void) const { return m_program.getProgram(); } in getProgram() function in deqp::gls::ShaderExecUtil::BufferIoExecutor
/external/deqp/external/vulkancts/framework/vulkan/
DvkPrograms.hpp98 const Program& getProgram (void) const { return *m_impl->second; } in getProgram() function in vk::ProgramCollection::Iterator
/external/angle/src/libANGLE/renderer/metal/
DContextMtl.h211 const ProgramMtl *getProgram() const { return mProgram; } in getProgram() function
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_build_util.h35 inline Program *getProgram() const { return prog; } in getProgram() function
Dnv50_ir.h1156 Program *getProgram() const { return program; } in getProgram() function
1221 inline Program *getProgram() const { return prog; } in getProgram() function
/external/deqp/framework/opengl/
DgluShaderProgram.hpp134 deUint32 getProgram (void) const { return m_program; } in getProgram() function in glu::Program
199 deUint32 getProgram (void) const { return m_program.getProgram(); } in getProgram() function in glu::ShaderProgram
/external/deqp/modules/gles31/functional/
Des31fGeometryShaderTests.cpp2217 sglr::ShaderProgram& GeometryExpanderRenderTest::getProgram (void) in getProgram() function in deqp::gles31::Functional::__anonfc7ac3c70111::GeometryExpanderRenderTest
2270 sglr::ShaderProgram& EmitTest::getProgram (void) in getProgram() function in deqp::gles31::Functional::__anonfc7ac3c70111::EmitTest
2328 sglr::ShaderProgram& VaryingTest::getProgram (void) in getProgram() function in deqp::gles31::Functional::__anonfc7ac3c70111::VaryingTest
2564 sglr::ShaderProgram& OutputCountCase::getProgram (void) in getProgram() function in deqp::gles31::Functional::__anonfc7ac3c70111::OutputCountCase
2651 sglr::ShaderProgram& BuiltinVariableRenderTest::getProgram (void) in getProgram() function in deqp::gles31::Functional::__anonfc7ac3c70111::BuiltinVariableRenderTest
3892 sglr::ShaderProgram& VaryingOutputCountCase::getProgram (void) in getProgram() function in deqp::gles31::Functional::__anonfc7ac3c70111::VaryingOutputCountCase
4462 sglr::ShaderProgram& GeometryInvocationCase::getProgram (void) in getProgram() function in deqp::gles31::Functional::__anonfc7ac3c70111::GeometryInvocationCase
4544 sglr::ShaderProgram& DrawInstancedGeometryInstancedCase::getProgram (void) in getProgram() function in deqp::gles31::Functional::__anonfc7ac3c70111::DrawInstancedGeometryInstancedCase
Des31fComputeShaderBuiltinVarTests.cpp157 deUint32 ComputeBuiltinVarCase::getProgram (const UVec3& localSize) in getProgram() function in deqp::gles31::Functional::ComputeBuiltinVarCase
/external/deqp/modules/gles3/functional/
Des3fLifetimeTests.cpp218 ScaleProgram& getProgram (void) { return m_program; } in getProgram() function in deqp::gles3::Functional::__anond428ae910111::BufferVAOAttacher
/external/antlr/runtime/Java/src/main/java/org/antlr/runtime/
DTokenRewriteStream.java324 protected List<RewriteOperation> getProgram(String name) { in getProgram() method in TokenRewriteStream
/external/deqp/external/openglcts/modules/common/subgroups/
DglcSubgroupsTestsUtils.hpp89 const Program& getProgram (void) const { return *m_impl->second; } in getProgram() function in glc::ProgramCollection::Iterator
/external/deqp/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrImageQueryTests.cpp678 …static VulkanProgram getProgram (Context& ctx, VkDescriptorSetLayout descriptorLayout, VkDescripto… in testImageQueryLod() function
/external/antlr/runtime/Python3/antlr3/
Dstreams.py1166 def getProgram(self, name): member in TokenRewriteStream
/external/antlr/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::__anon3a0f9a340111::TestContext

12