Home
last modified time | relevance | path

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

12

/third_party/skia/third_party/externals/angle2/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
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/DIA/
DDIAFrameData.cpp41 std::string DIAFrameData::getProgram() const { in getProgram() function in DIAFrameData
/third_party/typescript/src/compiler/
DbuilderPublic.ts33 getProgram(): Program; method
DwatchPublic.ts171 getProgram(): T; method
/third_party/typescript/src/services/
Dsourcemaps.ts15 getProgram(): Program | undefined; method
Dservices.ts1485 function getProgram(): Program | undefined { function
2581 getProgram, constant
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DResourceManager.h156 ANGLE_INLINE Program *getProgram(GLuint handle) const { return mPrograms.query(handle); } in getProgram() function
DMemoryProgramCache.cpp122 angle::Result MemoryProgramCache::getProgram(const Context *context, in getProgram() function in gl::MemoryProgramCache
DGLES1Renderer.cpp511 Program *GLES1Renderer::getProgram(GLuint handle) const in getProgram() function in gl::GLES1Renderer
DState.h284 Program *getProgram() const in getProgram() function
/third_party/vk-gl-cts/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
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
DResourceManager.cpp254 Program *ResourceManager::getProgram(unsigned int handle) in getProgram() function in es2::ResourceManager
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkPrograms.hpp98 const Program& getProgram (void) const { return *m_impl->second; } in getProgram() function in vk::ProgramCollection::Iterator
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/
DContextMtl.h206 const ProgramMtl *getProgram() const { return mProgram; } in getProgram() function
/third_party/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_build_util.h35 inline Program *getProgram() const { return prog; } in getProgram() function
/third_party/vk-gl-cts/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
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fGeometryShaderTests.cpp2217 sglr::ShaderProgram& GeometryExpanderRenderTest::getProgram (void) in getProgram() function in deqp::gles31::Functional::__anon67525d1a0111::GeometryExpanderRenderTest
2270 sglr::ShaderProgram& EmitTest::getProgram (void) in getProgram() function in deqp::gles31::Functional::__anon67525d1a0111::EmitTest
2328 sglr::ShaderProgram& VaryingTest::getProgram (void) in getProgram() function in deqp::gles31::Functional::__anon67525d1a0111::VaryingTest
2564 sglr::ShaderProgram& OutputCountCase::getProgram (void) in getProgram() function in deqp::gles31::Functional::__anon67525d1a0111::OutputCountCase
2651 sglr::ShaderProgram& BuiltinVariableRenderTest::getProgram (void) in getProgram() function in deqp::gles31::Functional::__anon67525d1a0111::BuiltinVariableRenderTest
3892 sglr::ShaderProgram& VaryingOutputCountCase::getProgram (void) in getProgram() function in deqp::gles31::Functional::__anon67525d1a0111::VaryingOutputCountCase
4462 sglr::ShaderProgram& GeometryInvocationCase::getProgram (void) in getProgram() function in deqp::gles31::Functional::__anon67525d1a0111::GeometryInvocationCase
4544 sglr::ShaderProgram& DrawInstancedGeometryInstancedCase::getProgram (void) in getProgram() function in deqp::gles31::Functional::__anon67525d1a0111::DrawInstancedGeometryInstancedCase
Des31fComputeShaderBuiltinVarTests.cpp157 deUint32 ComputeBuiltinVarCase::getProgram (const UVec3& localSize) in getProgram() function in deqp::gles31::Functional::ComputeBuiltinVarCase
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fLifetimeTests.cpp218 ScaleProgram& getProgram (void) { return m_program; } in getProgram() function in deqp::gles3::Functional::__anon7e11a4e40111::BufferVAOAttacher
/third_party/vk-gl-cts/external/openglcts/modules/common/subgroups/
DglcSubgroupsTestsUtils.hpp89 const Program& getProgram (void) const { return *m_impl->second; } in getProgram() function in glc::ProgramCollection::Iterator
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrImageQueryTests.cpp678 …static VulkanProgram getProgram (Context& ctx, VkDescriptorSetLayout descriptorLayout, VkDescripto… in testImageQueryLod() function

12