/third_party/vk-gl-cts/modules/glshared/ |
H A D | glsShaderLibrary.hpp | 38 class ShaderLibrary class 41 ShaderLibrary (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& contextInfo); 42 ~ShaderLibrary (void); 47 ShaderLibrary (const ShaderLibrary&); // not allowed! 48 ShaderLibrary& operator= (const ShaderLibrary&); // not allowed!
|
H A D | glsShaderLibrary.cpp | 63 ShaderLibrary::ShaderLibrary (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& contextInfo) in ShaderLibrary() function in deqp::gls::ShaderLibrary 70 ShaderLibrary::~ShaderLibrary (void) in ~ShaderLibrary() 74 std::vector<tcu::TestNode*> ShaderLibrary::loadShaderFile (const char* fileName) in loadShaderFile()
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcShaderLibrary.hpp | 36 class ShaderLibrary class 39 ShaderLibrary(tcu::TestContext& testCtx, glu::RenderContext& renderCtx); 40 ~ShaderLibrary(void); 45 ShaderLibrary(const ShaderLibrary&); // not allowed! 46 ShaderLibrary& operator=(const ShaderLibrary&); // not allowed!
|
H A D | glcShaderLibrary.cpp | 1127 ShaderLibrary::ShaderLibrary(tcu::TestContext& testCtx, RenderContext& renderCtx) in ShaderLibrary() function in deqp::ShaderLibrary 1132 ShaderLibrary::~ShaderLibrary(void) in ~ShaderLibrary() 1136 vector<tcu::TestNode*> ShaderLibrary::loadShaderFile(const char* fileName) in loadShaderFile() 1178 deqp::ShaderLibrary shaderLibrary(m_testCtx, m_context.getRenderContext()); in init()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | vk_internal_shaders_autogen.cpp | 389 ShaderLibrary::ShaderLibrary() {} 391 ShaderLibrary::~ShaderLibrary() {} 393 void ShaderLibrary::destroy(VkDevice device) 445 angle::Result ShaderLibrary::getBlitResolve_frag(Context *context, 453 angle::Result ShaderLibrary::getBlitResolveStencilNoExport_comp( 463 angle::Result ShaderLibrary::getConvertIndex_comp(Context *context, 471 angle::Result ShaderLibrary::getConvertIndexIndirectLineLoop_comp( 481 angle::Result ShaderLibrary [all...] |
H A D | vk_internal_shaders_autogen.h | 193 class ShaderLibrary final : angle::NonCopyable 196 ShaderLibrary(); 197 ~ShaderLibrary();
|
H A D | ContextVk.h | 476 vk::ShaderLibrary &getShaderLibrary() { return mShaderLibrary; } in getShaderLibrary() 1159 vk::ShaderLibrary mShaderLibrary;
|
H A D | UtilsVk.cpp | 2074 vk::ShaderLibrary &shaderLibrary = contextVk->getShaderLibrary(); in clearFramebuffer() 2191 vk::ShaderLibrary &shaderLibrary = contextVk->getShaderLibrary(); in clearImage() 2488 vk::ShaderLibrary &shaderLibrary = contextVk->getShaderLibrary(); in blitResolveImpl() 2878 vk::ShaderLibrary &shaderLibrary = contextVk->getShaderLibrary(); in copyImage() 3352 vk::ShaderLibrary &shaderLibrary = contextVk->getShaderLibrary(); in unresolve()
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fShaderExecuteTest.cpp | 56 gls::ShaderLibrary shaderLibrary(m_testCtx, m_context.getRenderContext(), m_context.getContextInfo()); in init()
|
H A D | es2fShaderConstExprTests.cpp | 222 const std::vector<tcu::TestNode*> children = gls::ShaderLibrary(m_testCtx, m_context.getRenderContext(), m_context.getContextInfo()).loadShaderFile("shaders/constant_expressions.test"); in init() 231 gls::ShaderLibrary library(m_testCtx, m_context.getRenderContext(), m_context.getContextInfo()); in init()
|
H A D | es2fShaderFragDataTests.cpp | 239 gls::ShaderLibrary library(m_testCtx, m_context.getRenderContext(), m_context.getContextInfo()); in init()
|
H A D | es2fShaderLoopTests.cpp | 1342 const std::vector<tcu::TestNode*> children = gls::ShaderLibrary(m_context.getTestContext(), m_context.getRenderContext(), m_context.getContextInfo()).loadShaderFile("shaders/loops.test"); in init()
|
H A D | es2fShaderTextureFunctionTests.cpp | 625 gls::ShaderLibrary library(m_testCtx, m_context.getRenderContext(), m_context.getContextInfo()); in init()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fShaderSwitchTests.cpp | 473 ShaderLibrary library(m_testCtx, m_context.getRenderContext(), m_context.getContextInfo()); in init()
|
H A D | es3fFunctionalTests.cpp | 163 gls::ShaderLibrary shaderLibrary(m_testCtx, m_context.getRenderContext(), m_context.getContextInfo()); in init()
|
H A D | es3fShaderFragDataTests.cpp | 392 gls::ShaderLibrary library(m_testCtx, m_context.getRenderContext(), m_context.getContextInfo()); in init()
|
H A D | es3fShaderConstExprTests.cpp | 316 const std::vector<tcu::TestNode*> children = gls::ShaderLibrary(m_testCtx, m_context.getRenderContext(), m_context.getContextInfo()).loadShaderFile("shaders/constant_expressions.test"); in init()
|
H A D | es3fShaderLoopTests.cpp | 1218 const std::vector<tcu::TestNode*> children = gls::ShaderLibrary(m_context.getTestContext(), m_context.getRenderContext(), m_context.getContextInfo()).loadShaderFile("shaders/loops.test"); in init()
|
H A D | es3fShaderIndexingTests.cpp | 1137 const std::vector<tcu::TestNode*> children = gls::ShaderLibrary(m_testCtx, m_context.getRenderContext(), m_context.getContextInfo()).loadShaderFile("shaders/indexing.test"); in init()
|
H A D | es3fShaderTextureFunctionTests.cpp | 2005 gls::ShaderLibrary library(m_testCtx, m_context.getRenderContext(), m_context.getContextInfo()); in init()
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fAndroidExtensionPackES31ATests.cpp | 259 gls::ShaderLibrary shaderLibrary (m_testCtx, m_context.getRenderContext(), m_context.getContextInfo()); in init()
|
H A D | es31fFunctionalTests.cpp | 114 gls::ShaderLibrary shaderLibrary(m_testCtx, m_context.getRenderContext(), m_context.getContextInfo()); in init()
|
H A D | es31fUniformLocationTests.cpp | 1095 gls::ShaderLibrary shaderLibrary (m_testCtx, m_context.getRenderContext(), m_context.getContextInfo()); 1108 gls::ShaderLibrary shaderLibrary (m_testCtx, m_context.getRenderContext(), m_context.getContextInfo());
|
H A D | es31fSeparateShaderTests.cpp | 1859 gls::ShaderLibrary shaderLibrary (ctx.getTestContext(), ctx.getRenderContext(), ctx.getContextInfo()); 1870 gls::ShaderLibrary shaderLibrary (ctx.getTestContext(), ctx.getRenderContext(), ctx.getContextInfo());
|
H A D | es31fTessellationTests.cpp | 7784 gls::ShaderLibrary shaderLibrary (m_testCtx, m_context.getRenderContext(), m_context.getContextInfo()); in init() 7795 gls::ShaderLibrary shaderLibrary (m_testCtx, m_context.getRenderContext(), m_context.getContextInfo()); in init()
|