/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | CLKernel.h | 59 inline const Program &Kernel::getProgram() const in getProgram() function
|
D | ResourceManager.h | 162 ANGLE_INLINE Program *getProgram(ShaderProgramID handle) const in getProgram() function
|
D | MemoryProgramCache.cpp | 139 angle::Result MemoryProgramCache::getProgram(const Context *context, in getProgram() function in gl::MemoryProgramCache
|
D | GLES1Renderer.cpp | 540 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/ |
D | DIAFrameData.cpp | 41 std::string DIAFrameData::getProgram() const { in getProgram() function in DIAFrameData
|
/third_party/typescript/src/compiler/ |
D | builderPublic.ts | 33 getProgram(): Program; method
|
D | watchPublic.ts | 171 getProgram(): T; method
|
/third_party/typescript/src/services/ |
D | sourcemaps.ts | 15 getProgram(): Program | undefined; method
|
D | services.ts | 1485 function getProgram(): Program | undefined { function 2581 getProgram, constant
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
D | ResourceManager.h | 156 ANGLE_INLINE Program *getProgram(GLuint handle) const { return mPrograms.query(handle); } in getProgram() function
|
D | MemoryProgramCache.cpp | 122 angle::Result MemoryProgramCache::getProgram(const Context *context, in getProgram() function in gl::MemoryProgramCache
|
D | GLES1Renderer.cpp | 511 Program *GLES1Renderer::getProgram(GLuint handle) const in getProgram() function in gl::GLES1Renderer
|
D | State.h | 284 Program *getProgram() const in getProgram() function
|
/third_party/vk-gl-cts/modules/glshared/ |
D | glsTextureTestUtil.cpp | 89 glu::ShaderProgram* ProgramLibrary::getProgram (Program program) in getProgram() function in deqp::gls::TextureTestUtil::ProgramLibrary
|
D | glsShaderExecUtil.cpp | 709 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/ |
D | ResourceManager.cpp | 254 Program *ResourceManager::getProgram(unsigned int handle) in getProgram() function in es2::ResourceManager
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
D | vkPrograms.hpp | 98 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/ |
D | ContextMtl.h | 206 const ProgramMtl *getProgram() const { return mProgram; } in getProgram() function
|
/third_party/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_build_util.h | 35 inline Program *getProgram() const { return prog; } in getProgram() function
|
/third_party/vk-gl-cts/framework/opengl/ |
D | gluShaderProgram.hpp | 134 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/ |
D | es31fGeometryShaderTests.cpp | 2217 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
|
D | es31fComputeShaderBuiltinVarTests.cpp | 157 deUint32 ComputeBuiltinVarCase::getProgram (const UVec3& localSize) in getProgram() function in deqp::gles31::Functional::ComputeBuiltinVarCase
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
D | es3fLifetimeTests.cpp | 218 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/ |
D | glcSubgroupsTestsUtils.hpp | 89 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/ |
D | vktYCbCrImageQueryTests.cpp | 678 …static VulkanProgram getProgram (Context& ctx, VkDescriptorSetLayout descriptorLayout, VkDescripto… in testImageQueryLod() function
|