Searched refs:samplerDataType (Results 1 – 1 of 1) sorted by relevance
/external/deqp/modules/gles31/functional/ |
D | es31fNegativeShaderFunctionTests.cpp | 91 glu::DataType samplerDataType; member 1616 …(NegativeTestContext& ctx, glu::ShaderType shaderType, glu::DataType samplerDataType, glu::DataTyp… in genShaderSourceTextureSize_sampler() argument 1620 << getShaderExtensionDeclaration(getDataTypeExtension(samplerDataType)) in genShaderSourceTextureSize_sampler() 1622 << declareShaderUniform(samplerDataType, "sampler") in genShaderSourceTextureSize_sampler() 1626 switch (samplerDataType) in genShaderSourceTextureSize_sampler() 1696 …(NegativeTestContext& ctx, glu::ShaderType shaderType, glu::DataType samplerDataType, glu::DataTyp… in genShaderSourceTextureSize_lod() argument 1700 << getShaderExtensionDeclaration(getDataTypeExtension(samplerDataType)) in genShaderSourceTextureSize_lod() 1702 << declareShaderUniform(samplerDataType, "sampler") in genShaderSourceTextureSize_lod() 1743 …glu::ShaderType shaderType, FunctionTextureModes mode, glu::DataType samplerDataType, glu::DataTyp… in genShaderSourceTexture() argument 1747 << getShaderExtensionDeclaration(getDataTypeExtension(samplerDataType)) in genShaderSourceTexture() [all …]
|