HomeSort by relevance Sort by last modified time
    Searched defs:ShaderLibrary (Results 1 - 4 of 4) sorted by null

  /external/deqp/external/openglcts/modules/common/
glcShaderLibrary.hpp 36 class ShaderLibrary
39 ShaderLibrary(tcu::TestContext& testCtx, glu::RenderContext& renderCtx);
40 ~ShaderLibrary(void);
45 ShaderLibrary(const ShaderLibrary&); // not allowed!
46 ShaderLibrary& operator=(const ShaderLibrary&); // not allowed!
glcShaderLibrary.cpp 1121 ShaderLibrary::ShaderLibrary(tcu::TestContext& testCtx, RenderContext& renderCtx)
1126 ShaderLibrary::~ShaderLibrary(void)
1130 vector<tcu::TestNode*> ShaderLibrary::loadShaderFile(const char* fileName)
1172 deqp::ShaderLibrary shaderLibrary(m_testCtx, m_context.getRenderContext());
1173 std::vector<tcu::TestNode*> children = shaderLibrary.loadShaderFile(m_filename.c_str());
  /external/deqp/modules/glshared/
glsShaderLibrary.hpp 38 class ShaderLibrary
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!
glsShaderLibrary.cpp 63 ShaderLibrary::ShaderLibrary (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& contextInfo)
70 ShaderLibrary::~ShaderLibrary (void)
74 std::vector<tcu::TestNode*> ShaderLibrary::loadShaderFile (const char* fileName)

Completed in 362 milliseconds