Home
last modified time | relevance | path

Searched defs:ShaderProgram (Results 1 – 6 of 6) sorted by relevance

/external/deqp/framework/opengl/
DgluShaderProgram.cpp368 ShaderProgram::ShaderProgram (const RenderContext& renderCtx, const ProgramSources& sources) in ShaderProgram() function in glu::ShaderProgram
374 ShaderProgram::ShaderProgram (const RenderContext& renderCtx, const ProgramBinaries& binaries) in ShaderProgram() function in glu::ShaderProgram
380 ShaderProgram::ShaderProgram (const glw::Functions& gl, const ProgramSources& sources) in ShaderProgram() function in glu::ShaderProgram
386 ShaderProgram::ShaderProgram (const glw::Functions& gl, const ProgramBinaries& binaries) in ShaderProgram() function in glu::ShaderProgram
DgluShaderProgram.hpp189 class ShaderProgram class
/external/deqp/framework/opengl/simplereference/
DsglrShaderProgram.cpp133 ShaderProgram::ShaderProgram (const pdec::ShaderProgramDeclaration& decl) in ShaderProgram() function in sglr::ShaderProgram
DsglrShaderProgram.hpp226 class ShaderProgram : private rr::VertexShader, private rr::GeometryShader, private rr::FragmentSha… class
/external/deqp/executor/
DxeTestCaseResult.hpp335 class ShaderProgram : public Item class
338 ShaderProgram (void) : Item(TYPE_SHADERPROGRAM), linkStatus(false) {} in ShaderProgram() function in xe::ri::ShaderProgram
/external/deqp/framework/common/
DtcuTestLog.hpp96 typedef LogShaderProgram ShaderProgram; typedef in tcu::TestLog