Home
last modified time | relevance | path

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

12

/external/swiftshader/third_party/LLVM/tools/bugpoint/
DBugDriver.h138 Module *getProgram() const { return Program; } in getProgram() function
/external/llvm/tools/bugpoint/
DBugDriver.h133 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/swiftshader/src/OpenGL/libGL/
DResourceManager.cpp280 Program *ResourceManager::getProgram(unsigned int handle) in getProgram() function in gl::ResourceManager
DContext.cpp902 Program *Context::getProgram(GLuint handle) in getProgram() function in gl::Context
/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
778 deUint32 getProgram (void) const { return m_program.getProgram(); } in getProgram() function in deqp::gls::ShaderExecUtil::FragmentShaderExecutor
820 deUint32 getProgram (void) const { return m_program.getProgram(); } in getProgram() function in deqp::gls::ShaderExecUtil::BufferIoExecutor
/external/deqp/framework/opengl/
DgluShaderProgram.hpp129 deUint32 getProgram (void) const { return m_program; } in getProgram() function in glu::Program
191 deUint32 getProgram (void) const { return m_program.getProgram(); } in getProgram() function in glu::ShaderProgram
/external/swiftshader/src/OpenGL/libGLESv2/
DResourceManager.cpp254 Program *ResourceManager::getProgram(unsigned int handle) in getProgram() function in es2::ResourceManager
DContext.cpp1097 Program *Context::getProgram(GLuint handle) const in getProgram() function in es2::Context
/external/deqp/external/vulkancts/framework/vulkan/
DvkPrograms.hpp94 const Program& getProgram (void) const { return *m_impl->second; } in getProgram() function in vk::ProgramCollection::Iterator
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_build_util.h35 inline Program *getProgram() const { return prog; } in getProgram() function
Dnv50_ir.h1087 Program *getProgram() const { return program; } in getProgram() function
1152 inline Program *getProgram() const { return prog; } in getProgram() function
/external/deqp/modules/gles31/functional/
Des31fGeometryShaderTests.cpp2205 sglr::ShaderProgram& GeometryExpanderRenderTest::getProgram (void) in getProgram() function in deqp::gles31::Functional::__anon38a6d29b0111::GeometryExpanderRenderTest
2258 sglr::ShaderProgram& EmitTest::getProgram (void) in getProgram() function in deqp::gles31::Functional::__anon38a6d29b0111::EmitTest
2316 sglr::ShaderProgram& VaryingTest::getProgram (void) in getProgram() function in deqp::gles31::Functional::__anon38a6d29b0111::VaryingTest
2552 sglr::ShaderProgram& OutputCountCase::getProgram (void) in getProgram() function in deqp::gles31::Functional::__anon38a6d29b0111::OutputCountCase
2629 sglr::ShaderProgram& BuiltinVariableRenderTest::getProgram (void) in getProgram() function in deqp::gles31::Functional::__anon38a6d29b0111::BuiltinVariableRenderTest
3846 sglr::ShaderProgram& VaryingOutputCountCase::getProgram (void) in getProgram() function in deqp::gles31::Functional::__anon38a6d29b0111::VaryingOutputCountCase
4392 sglr::ShaderProgram& GeometryInvocationCase::getProgram (void) in getProgram() function in deqp::gles31::Functional::__anon38a6d29b0111::GeometryInvocationCase
4474 sglr::ShaderProgram& DrawInstancedGeometryInstancedCase::getProgram (void) in getProgram() function in deqp::gles31::Functional::__anon38a6d29b0111::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::__anondb6088e40111::RawProgramWrapper
/external/deqp/modules/gles3/functional/
Des3fLifetimeTests.cpp218 ScaleProgram& getProgram (void) { return m_program; } in getProgram() function in deqp::gles3::Functional::__anon476d29650111::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/deqp/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrImageQueryTests.cpp602 …static VulkanProgram getProgram (Context& ctx, VkDescriptorSetLayout descriptorLayout, VkDescripto… in testImageQueryLod() function
/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::__anon5a2e14880111::TestContext
DteglGLES2SharingThreadedTests.cpp95 const SharedPtr<Program> getProgram (int index) const { return m_programs[index]; } in getProgram() function in deqp::egl::GLES2ThreadTest::GLES2ResourceManager
/external/deqp/external/openglcts/modules/gles31/
Des31cLayoutBindingTests.cpp238 glw::GLint getProgram() const in getProgram() function in glcts::LayoutBindingProgram
/external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/
DesextcTextureCubeMapArraySampling.cpp4305 programCollectionForFunction::getProgram(shaderType shader_type) const function in glcts::TextureCubeMapArraySamplingTest::programCollectionForFunction

12