Home
last modified time | relevance | path

Searched refs:ShaderProgramDeclaration (Results 1 – 22 of 22) sorted by relevance

/aosp_15_r20/external/deqp/framework/opengl/simplereference/
H A DsglrShaderProgram.cpp31 ShaderProgramDeclaration::ShaderProgramDeclaration(void) in ShaderProgramDeclaration() function in sglr::pdec::ShaderProgramDeclaration
39 ShaderProgramDeclaration &pdec::ShaderProgramDeclaration::operator<<(const VertexAttribute &v) in operator <<()
45 ShaderProgramDeclaration &pdec::ShaderProgramDeclaration::operator<<(const VertexToFragmentVarying … in operator <<()
51 ShaderProgramDeclaration &pdec::ShaderProgramDeclaration::operator<<(const VertexToGeometryVarying … in operator <<()
57 ShaderProgramDeclaration &pdec::ShaderProgramDeclaration::operator<<(const GeometryToFragmentVaryin… in operator <<()
63 ShaderProgramDeclaration &pdec::ShaderProgramDeclaration::operator<<(const FragmentOutput &v) in operator <<()
69 ShaderProgramDeclaration &pdec::ShaderProgramDeclaration::operator<<(const Uniform &v) in operator <<()
75 ShaderProgramDeclaration &pdec::ShaderProgramDeclaration::operator<<(const VertexSource &c) in operator <<()
83 ShaderProgramDeclaration &pdec::ShaderProgramDeclaration::operator<<(const FragmentSource &c) in operator <<()
91 ShaderProgramDeclaration &pdec::ShaderProgramDeclaration::operator<<(const GeometrySource &c) in operator <<()
[all …]
H A DsglrShaderProgram.hpp166 class ShaderProgramDeclaration class
169 ShaderProgramDeclaration(void);
171 ShaderProgramDeclaration &operator<<(const VertexAttribute &);
172 ShaderProgramDeclaration &operator<<(const VertexToFragmentVarying &);
173 ShaderProgramDeclaration &operator<<(const VertexToGeometryVarying &);
174 ShaderProgramDeclaration &operator<<(const GeometryToFragmentVarying &);
175 ShaderProgramDeclaration &operator<<(const FragmentOutput &);
176 ShaderProgramDeclaration &operator<<(const Uniform &);
177 ShaderProgramDeclaration &operator<<(const VertexSource &);
178 ShaderProgramDeclaration &operator<<(const FragmentSource &);
[all …]
/aosp_15_r20/external/deqp/modules/gles3/functional/
H A Des3fFboTestUtil.cpp94 : ShaderProgram(sglr::pdec::ShaderProgramDeclaration() in FlatColorShader()
171 : ShaderProgram(sglr::pdec::ShaderProgramDeclaration() in GradientShader()
300 static sglr::pdec::ShaderProgramDeclaration genTexture2DShaderDecl(const DataTypes &samplerTypes, in genTexture2DShaderDecl()
303 sglr::pdec::ShaderProgramDeclaration decl; in genTexture2DShaderDecl()
457 sglr::pdec::ShaderProgramDeclaration() in TextureCubeShader()
589 sglr::pdec::ShaderProgramDeclaration() in Texture2DArrayShader()
705 sglr::pdec::ShaderProgramDeclaration() in Texture3DShader()
821 sglr::pdec::ShaderProgramDeclaration() in DepthGradientShader()
H A Des3fDepthTests.cpp65 : sglr::ShaderProgram(sglr::pdec::ShaderProgramDeclaration() in DepthShader()
H A Des3fTextureUnitTests.cpp183 static sglr::pdec::ShaderProgramDeclaration generateShaderProgramDeclaration(int numUnits, in generateShaderProgramDeclaration()
187 sglr::pdec::ShaderProgramDeclaration decl; in generateShaderProgramDeclaration()
H A Des3fStencilTests.cpp62 : sglr::ShaderProgram(sglr::pdec::ShaderProgramDeclaration() in StencilShader()
H A Des3fPolygonOffsetTests.cpp221 : sglr::ShaderProgram(sglr::pdec::ShaderProgramDeclaration() in PositionColorShader()
H A Des3fDrawTests.cpp597 : sglr::ShaderProgram(sglr::pdec::ShaderProgramDeclaration() in GridProgram()
H A Des3fClippingTests.cpp429 : sglr::ShaderProgram(sglr::pdec::ShaderProgramDeclaration() in PositionColorShader()
/aosp_15_r20/external/deqp/modules/glshared/
H A DglsRandomShaderProgram.cpp71 static void generateProgramDeclaration(sglr::pdec::ShaderProgramDeclaration &decl, const rsg::Shade… in generateProgramDeclaration()
103 static sglr::pdec::ShaderProgramDeclaration generateProgramDeclaration(const rsg::Shader &vertexSha… in generateProgramDeclaration()
108 sglr::pdec::ShaderProgramDeclaration decl; in generateProgramDeclaration()
H A DglsVertexArrayTests.cpp701 …static sglr::pdec::ShaderProgramDeclaration createProgramDeclaration(const glu::RenderContext &ctx,
1078 sglr::pdec::ShaderProgramDeclaration ContextShaderProgram::createProgramDeclaration( in createProgramDeclaration()
1081 sglr::pdec::ShaderProgramDeclaration decl; in createProgramDeclaration()
H A DglsDrawTest.cpp1548 …static sglr::pdec::ShaderProgramDeclaration createProgramDeclaration(const glu::RenderContext &ctx,
1929 sglr::pdec::ShaderProgramDeclaration DrawTestShaderProgram::createProgramDeclaration( in createProgramDeclaration()
1932 sglr::pdec::ShaderProgramDeclaration decl; in createProgramDeclaration()
/aosp_15_r20/external/deqp/modules/gles31/functional/
H A Des31fFboTestUtil.cpp133 static sglr::pdec::ShaderProgramDeclaration genTexture2DShaderDecl(const DataTypes &samplerTypes, in genTexture2DShaderDecl()
136 sglr::pdec::ShaderProgramDeclaration decl; in genTexture2DShaderDecl()
291 sglr::pdec::ShaderProgramDeclaration() in TextureCubeArrayShader()
H A Des31fGeometryShaderTests.cpp247 : sglr::ShaderProgram(sglr::pdec::ShaderProgramDeclaration() in VertexExpanderShader()
369 : sglr::ShaderProgram(sglr::pdec::ShaderProgramDeclaration() in VertexEmitterShader()
508 …static sglr::pdec::ShaderProgramDeclaration genProgramDeclaration(const glu::ContextType &contextT…
692 sglr::pdec::ShaderProgramDeclaration VertexVaryingShader::genProgramDeclaration(const glu::ContextT… in genProgramDeclaration()
695 sglr::pdec::ShaderProgramDeclaration decl; in genProgramDeclaration()
887 : sglr::ShaderProgram(sglr::pdec::ShaderProgramDeclaration() in OutputCountShader()
1037 : sglr::ShaderProgram(sglr::pdec::ShaderProgramDeclaration() in BuiltinVariableShader()
1357 sglr::pdec::ShaderProgramDeclaration() in VaryingOutputCountShader()
1668 : sglr::ShaderProgram(sglr::pdec::ShaderProgramDeclaration() in InvocationCountShader()
1884 : sglr::ShaderProgram(sglr::pdec::ShaderProgramDeclaration() in InstancedExpansionShader()
H A Des31fDrawTests.cpp724 : sglr::ShaderProgram(sglr::pdec::ShaderProgramDeclaration() in GridProgram()
/aosp_15_r20/external/deqp/modules/gles2/functional/
H A Des2fDepthTests.cpp65 : sglr::ShaderProgram(sglr::pdec::ShaderProgramDeclaration() in DepthShader()
H A Des2fTextureUnitTests.cpp146 static sglr::pdec::ShaderProgramDeclaration generateShaderProgramDeclaration(int numUnits, const GL… in generateShaderProgramDeclaration()
148 sglr::pdec::ShaderProgramDeclaration decl; in generateShaderProgramDeclaration()
H A Des2fTextureSpecificationTests.cpp120 : ShaderProgram(sglr::pdec::ShaderProgramDeclaration() in GradientShader()
177 : ShaderProgram(sglr::pdec::ShaderProgramDeclaration() in Tex2DShader()
249 : ShaderProgram(sglr::pdec::ShaderProgramDeclaration() in TexCubeShader()
H A Des2fFboRenderTest.cpp68 : sglr::ShaderProgram(sglr::pdec::ShaderProgramDeclaration() in FlatColorShader()
115 : sglr::ShaderProgram(sglr::pdec::ShaderProgramDeclaration() in SingleTex2DShader()
175 sglr::pdec::ShaderProgramDeclaration() in MixTexturesShader()
H A Des2fStencilTests.cpp62 : sglr::ShaderProgram(sglr::pdec::ShaderProgramDeclaration() in StencilShader()
H A Des2fPolygonOffsetTests.cpp218 : sglr::ShaderProgram(sglr::pdec::ShaderProgramDeclaration() in PositionColorShader()
H A Des2fClippingTests.cpp426 : sglr::ShaderProgram(sglr::pdec::ShaderProgramDeclaration() in PositionColorShader()