Searched defs:ShaderProgram (Results 1 - 12 of 12) sorted by relevance

/external/deqp/framework/opengl/simplereference/
H A DsglrShaderProgram.cpp133 ShaderProgram::ShaderProgram (const pdec::ShaderProgramDeclaration& decl) function in class:sglr::ShaderProgram
199 ShaderProgram::~ShaderProgram (void)
203 const UniformSlot& ShaderProgram::getUniformByName (const char* name) const
215 void ShaderProgram::shadePrimitives (rr::GeometryEmitter& output, int verticesIn, const rr::PrimitivePacket* packets, const int numPackets, int invocationID) const
H A DsglrShaderProgram.hpp46 class ShaderProgram;
186 friend class ::sglr::ShaderProgram;
226 class ShaderProgram : private rr::VertexShader, private rr::GeometryShader, private rr::FragmentShader class in namespace:sglr
229 ShaderProgram (const pdec::ShaderProgramDeclaration&);
230 virtual ~ShaderProgram (void);
/external/deqp/framework/opengl/
H A DgluShaderProgram.cpp307 // ShaderProgram
309 ShaderProgram::ShaderProgram (const RenderContext& renderCtx, const ProgramSources& sources) function in class:glu::ShaderProgram
315 ShaderProgram::ShaderProgram (const glw::Functions& gl, const ProgramSources& sources) function in class:glu::ShaderProgram
321 void ShaderProgram::init (const glw::Functions& gl, const ProgramSources& sources)
378 ShaderProgram::~ShaderProgram (void)
442 return log << tcu::TestLog::ShaderProgram(false, "Plain shader") << shader.getInfo() << tcu::TestLog::EndShaderProgram;
447 log << tcu::TestLog::ShaderProgram(programInf
[all...]
H A DgluShaderProgram.hpp180 * ShaderProgram manages both Shader and Program objects, and provides
183 class ShaderProgram class in namespace:glu
186 ShaderProgram (const glw::Functions& gl, const ProgramSources& sources);
187 ShaderProgram (const RenderContext& renderCtx, const ProgramSources& sources);
188 ~ShaderProgram (void);
199 ShaderProgram (const ShaderProgram& other);
200 ShaderProgram& operator= (const ShaderProgram& other);
217 tcu::TestLog& operator<< (tcu::TestLog& log, const ShaderProgram
[all...]
/external/deqp/framework/common/
H A DtcuTestLog.hpp96 typedef LogShaderProgram ShaderProgram; typedef in class:tcu::TestLog
118 TestLog& operator<< (const ShaderProgram& shaderProgram);
437 inline TestLog& TestLog::operator<< (const ShaderProgram& shaderProg) { shaderProg.write(*this); return *this; }
/external/deqp/executor/
H A DxeTestCaseResult.hpp69 class ShaderProgram;
335 class ShaderProgram : public Item class in namespace:xe::ri
338 ShaderProgram (void) : Item(TYPE_SHADERPROGRAM), linkStatus(false) {} function in class:xe::ri::ShaderProgram
339 ~ShaderProgram (void) {}
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 157 milliseconds