/external/deqp/framework/opengl/simplereference/ |
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 GeometryToFragmentVaryi… 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 …]
|
D | sglrShaderProgram.hpp | 144 class ShaderProgramDeclaration class 147 ShaderProgramDeclaration (void); 149 ShaderProgramDeclaration& operator<< (const VertexAttribute&); 150 ShaderProgramDeclaration& operator<< (const VertexToFragmentVarying&); 151 ShaderProgramDeclaration& operator<< (const VertexToGeometryVarying&); 152 ShaderProgramDeclaration& operator<< (const GeometryToFragmentVarying&); 153 ShaderProgramDeclaration& operator<< (const FragmentOutput&); 154 ShaderProgramDeclaration& operator<< (const Uniform&); 155 ShaderProgramDeclaration& operator<< (const VertexSource&); 156 ShaderProgramDeclaration& operator<< (const FragmentSource&); [all …]
|
/external/deqp/modules/gles3/functional/ |
D | es3fFboTestUtil.cpp | 78 : ShaderProgram(sglr::pdec::ShaderProgramDeclaration() in FlatColorShader() 152 : ShaderProgram(sglr::pdec::ShaderProgramDeclaration() in GradientShader() 273 static sglr::pdec::ShaderProgramDeclaration genTexture2DShaderDecl (const DataTypes& samplerTypes, … in genTexture2DShaderDecl() 275 sglr::pdec::ShaderProgramDeclaration decl; in genTexture2DShaderDecl() 423 : sglr::ShaderProgram(sglr::pdec::ShaderProgramDeclaration() in TextureCubeShader() 561 : sglr::ShaderProgram(sglr::pdec::ShaderProgramDeclaration() in Texture2DArrayShader() 669 : sglr::ShaderProgram(sglr::pdec::ShaderProgramDeclaration() in Texture3DShader() 777 : ShaderProgram(sglr::pdec::ShaderProgramDeclaration() in DepthGradientShader()
|
D | es3fDepthTests.cpp | 64 : sglr::ShaderProgram(sglr::pdec::ShaderProgramDeclaration() in DepthShader()
|
D | es3fTextureUnitTests.cpp | 249 static sglr::pdec::ShaderProgramDeclaration generateShaderProgramDeclaration (int numUnits, const v… in generateShaderProgramDeclaration() 251 sglr::pdec::ShaderProgramDeclaration decl; in generateShaderProgramDeclaration()
|
D | es3fStencilTests.cpp | 62 : sglr::ShaderProgram(sglr::pdec::ShaderProgramDeclaration() in StencilShader()
|
D | es3fPolygonOffsetTests.cpp | 216 : sglr::ShaderProgram(sglr::pdec::ShaderProgramDeclaration() in PositionColorShader()
|
D | es3fDrawTests.cpp | 585 : sglr::ShaderProgram(sglr::pdec::ShaderProgramDeclaration() in GridProgram()
|
D | es3fClippingTests.cpp | 409 : sglr::ShaderProgram(sglr::pdec::ShaderProgramDeclaration() in PositionColorShader()
|
/external/deqp/modules/glshared/ |
D | glsRandomShaderProgram.cpp | 70 static void generateProgramDeclaration (sglr::pdec::ShaderProgramDeclaration& decl, const rsg::Shad… in generateProgramDeclaration() 96 static sglr::pdec::ShaderProgramDeclaration generateProgramDeclaration (const rsg::Shader& vertexSh… in generateProgramDeclaration() 98 sglr::pdec::ShaderProgramDeclaration decl; in generateProgramDeclaration()
|
D | glsVertexArrayTests.cpp | 760 …static sglr::pdec::ShaderProgramDeclaration createProgramDeclaration (const glu::RenderContext& ct… 1123 sglr::pdec::ShaderProgramDeclaration ContextShaderProgram::createProgramDeclaration (const glu::Ren… in createProgramDeclaration() 1125 sglr::pdec::ShaderProgramDeclaration decl; in createProgramDeclaration()
|
D | glsDrawTest.cpp | 1134 …static sglr::pdec::ShaderProgramDeclaration createProgramDeclaration (const glu::RenderContext& ct… 1492 sglr::pdec::ShaderProgramDeclaration DrawTestShaderProgram::createProgramDeclaration (const glu::Re… in createProgramDeclaration() 1494 sglr::pdec::ShaderProgramDeclaration decl; in createProgramDeclaration()
|
/external/deqp/modules/gles31/functional/ |
D | es31fFboTestUtil.cpp | 116 static sglr::pdec::ShaderProgramDeclaration genTexture2DShaderDecl (const DataTypes& samplerTypes, … in genTexture2DShaderDecl() 118 sglr::pdec::ShaderProgramDeclaration decl; in genTexture2DShaderDecl() 266 : sglr::ShaderProgram(sglr::pdec::ShaderProgramDeclaration() in TextureCubeArrayShader()
|
D | es31fGeometryShaderTests.cpp | 212 : sglr::ShaderProgram(sglr::pdec::ShaderProgramDeclaration() in VertexExpanderShader() 315 : sglr::ShaderProgram(sglr::pdec::ShaderProgramDeclaration() in VertexEmitterShader() 441 …static sglr::pdec::ShaderProgramDeclaration genProgramDeclaration (const glu::ContextType& context… 610 sglr::pdec::ShaderProgramDeclaration VertexVaryingShader::genProgramDeclaration (const glu::Context… in genProgramDeclaration() 612 sglr::pdec::ShaderProgramDeclaration decl; in genProgramDeclaration() 800 : sglr::ShaderProgram (sglr::pdec::ShaderProgramDeclaration() in OutputCountShader() 935 : sglr::ShaderProgram (sglr::pdec::ShaderProgramDeclaration() in BuiltinVariableShader() 1228 : sglr::ShaderProgram (sglr::pdec::ShaderProgramDeclaration() in VaryingOutputCountShader() 1503 : sglr::ShaderProgram (sglr::pdec::ShaderProgramDeclaration() in InvocationCountShader() 1686 : sglr::ShaderProgram (sglr::pdec::ShaderProgramDeclaration() in InstancedExpansionShader()
|
D | es31fDrawTests.cpp | 716 : sglr::ShaderProgram(sglr::pdec::ShaderProgramDeclaration() in GridProgram()
|
/external/deqp/modules/gles2/functional/ |
D | es2fDepthTests.cpp | 64 : sglr::ShaderProgram(sglr::pdec::ShaderProgramDeclaration() in DepthShader()
|
D | es2fTextureUnitTests.cpp | 173 static sglr::pdec::ShaderProgramDeclaration generateShaderProgramDeclaration (int numUnits, const G… in generateShaderProgramDeclaration() 175 sglr::pdec::ShaderProgramDeclaration decl; in generateShaderProgramDeclaration()
|
D | es2fStencilTests.cpp | 62 : sglr::ShaderProgram(sglr::pdec::ShaderProgramDeclaration() in StencilShader()
|
D | es2fFboRenderTest.cpp | 68 : sglr::ShaderProgram(sglr::pdec::ShaderProgramDeclaration() in FlatColorShader() 115 : sglr::ShaderProgram(sglr::pdec::ShaderProgramDeclaration() in SingleTex2DShader() 175 : sglr::ShaderProgram(sglr::pdec::ShaderProgramDeclaration() in MixTexturesShader()
|
D | es2fTextureSpecificationTests.cpp | 112 : ShaderProgram(sglr::pdec::ShaderProgramDeclaration() in GradientShader() 168 : ShaderProgram(sglr::pdec::ShaderProgramDeclaration() in Tex2DShader() 246 : ShaderProgram(sglr::pdec::ShaderProgramDeclaration() in TexCubeShader()
|
D | es2fPolygonOffsetTests.cpp | 213 : sglr::ShaderProgram(sglr::pdec::ShaderProgramDeclaration() in PositionColorShader()
|
D | es2fClippingTests.cpp | 406 : sglr::ShaderProgram(sglr::pdec::ShaderProgramDeclaration() in PositionColorShader()
|