/aosp_15_r20/external/deqp/framework/opengl/simplereference/ |
H A D | sglrShaderProgram.cpp | 31 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 D | sglrShaderProgram.hpp | 166 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 D | es3fFboTestUtil.cpp | 94 : 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 D | es3fDepthTests.cpp | 65 : sglr::ShaderProgram(sglr::pdec::ShaderProgramDeclaration() in DepthShader()
|
H A D | es3fTextureUnitTests.cpp | 183 static sglr::pdec::ShaderProgramDeclaration generateShaderProgramDeclaration(int numUnits, in generateShaderProgramDeclaration() 187 sglr::pdec::ShaderProgramDeclaration decl; in generateShaderProgramDeclaration()
|
H A D | es3fStencilTests.cpp | 62 : sglr::ShaderProgram(sglr::pdec::ShaderProgramDeclaration() in StencilShader()
|
H A D | es3fPolygonOffsetTests.cpp | 221 : sglr::ShaderProgram(sglr::pdec::ShaderProgramDeclaration() in PositionColorShader()
|
H A D | es3fDrawTests.cpp | 597 : sglr::ShaderProgram(sglr::pdec::ShaderProgramDeclaration() in GridProgram()
|
H A D | es3fClippingTests.cpp | 429 : sglr::ShaderProgram(sglr::pdec::ShaderProgramDeclaration() in PositionColorShader()
|
/aosp_15_r20/external/deqp/modules/glshared/ |
H A D | glsRandomShaderProgram.cpp | 71 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 D | glsVertexArrayTests.cpp | 701 …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 D | glsDrawTest.cpp | 1548 …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 D | es31fFboTestUtil.cpp | 133 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 D | es31fGeometryShaderTests.cpp | 247 : 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 D | es31fDrawTests.cpp | 724 : sglr::ShaderProgram(sglr::pdec::ShaderProgramDeclaration() in GridProgram()
|
/aosp_15_r20/external/deqp/modules/gles2/functional/ |
H A D | es2fDepthTests.cpp | 65 : sglr::ShaderProgram(sglr::pdec::ShaderProgramDeclaration() in DepthShader()
|
H A D | es2fTextureUnitTests.cpp | 146 static sglr::pdec::ShaderProgramDeclaration generateShaderProgramDeclaration(int numUnits, const GL… in generateShaderProgramDeclaration() 148 sglr::pdec::ShaderProgramDeclaration decl; in generateShaderProgramDeclaration()
|
H A D | es2fTextureSpecificationTests.cpp | 120 : ShaderProgram(sglr::pdec::ShaderProgramDeclaration() in GradientShader() 177 : ShaderProgram(sglr::pdec::ShaderProgramDeclaration() in Tex2DShader() 249 : ShaderProgram(sglr::pdec::ShaderProgramDeclaration() in TexCubeShader()
|
H A D | es2fFboRenderTest.cpp | 68 : sglr::ShaderProgram(sglr::pdec::ShaderProgramDeclaration() in FlatColorShader() 115 : sglr::ShaderProgram(sglr::pdec::ShaderProgramDeclaration() in SingleTex2DShader() 175 sglr::pdec::ShaderProgramDeclaration() in MixTexturesShader()
|
H A D | es2fStencilTests.cpp | 62 : sglr::ShaderProgram(sglr::pdec::ShaderProgramDeclaration() in StencilShader()
|
H A D | es2fPolygonOffsetTests.cpp | 218 : sglr::ShaderProgram(sglr::pdec::ShaderProgramDeclaration() in PositionColorShader()
|
H A D | es2fClippingTests.cpp | 426 : sglr::ShaderProgram(sglr::pdec::ShaderProgramDeclaration() in PositionColorShader()
|