Searched defs:ShaderProgram (Results 1 - 8 of 8) 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.cpp281 // ShaderProgram
283 ShaderProgram::ShaderProgram (const RenderContext& renderCtx, const ProgramSources& sources) function in class:glu::ShaderProgram
341 ShaderProgram::~ShaderProgram (void)
405 return log << tcu::TestLog::ShaderProgram(false, "Plain shader") << shader.getInfo() << tcu::TestLog::EndShaderProgram;
408 tcu::TestLog& operator<< (tcu::TestLog& log, const ShaderProgram& program)
412 log << tcu::TestLog::ShaderProgram(progInfo.linkOk, progInfo.infoLog);
H A DgluShaderProgram.hpp168 * ShaderProgram manages both Shader and Program objects, and provides
171 class ShaderProgram class in namespace:glu
174 ShaderProgram (const RenderContext& renderCtx, const ProgramSources& sources);
175 ~ShaderProgram (void);
186 ShaderProgram (const ShaderProgram& other);
187 ShaderProgram& operator= (const ShaderProgram& other);
200 tcu::TestLog& operator<< (tcu::TestLog& log, const ShaderProgram& program);
/external/chromium_org/content/common/gpu/client/
H A Dgl_helper_scaling.cc38 class ShaderProgram : public base::RefCounted<ShaderProgram> { class in namespace:content
40 ShaderProgram(GLES2Interface* gl, GLHelper* helper) function in class:content::ShaderProgram
69 friend class base::RefCounted<ShaderProgram>;
70 ~ShaderProgram() { gl_->DeleteProgram(program_); }
96 DISALLOW_COPY_AND_ASSIGN(ShaderProgram);
243 scoped_refptr<ShaderProgram> shader_program_;
511 scoped_refptr<ShaderProgram> GLHelperScaling::GetShaderProgram(ShaderType type,
514 scoped_refptr<ShaderProgram>& cache_entry(shader_programs_[key]);
516 cache_entry = new ShaderProgram(gl
[all...]
/external/chromium_org/content/browser/renderer_host/
H A Dcompositing_iosurface_shader_programs_mac.cc195 enum ShaderProgram { enum in namespace:content::__anon6986
229 GLuint CompileShaderGLSL(ShaderProgram shader_program, GLenum shader_type,
286 GLuint CompileAndLinkProgram(ShaderProgram which, bool output_swap_rb) {
418 CompileAndLinkProgram(static_cast<ShaderProgram>(which),
421 << "Failed to create ShaderProgram " << which;
/external/deqp/framework/common/
H A DtcuTestLog.hpp95 typedef LogShaderProgram ShaderProgram; typedef in class:tcu::TestLog
116 TestLog& operator<< (const ShaderProgram& shaderProgram);
428 inline TestLog& TestLog::operator<< (const ShaderProgram& shaderProg) { shaderProg.write(*this); return *this; }
/external/deqp/executor/
H A DxeTestCaseResult.hpp69 class ShaderProgram;
325 class ShaderProgram : public Item class in namespace:xe::ri
328 ShaderProgram (void) : Item(TYPE_SHADERPROGRAM), linkStatus(false) {} function in class:xe::ri::ShaderProgram
329 ~ShaderProgram (void) {}

Completed in 259 milliseconds