Home
last modified time | relevance | path

Searched defs:samplerType (Results 1 – 15 of 15) sorted by relevance

/external/deqp/modules/gles31/functional/
Des31fOpaqueTypeIndexingTests.cpp118 static TextureType getTextureType (glu::DataType samplerType) in getTextureType()
156 static bool isShadowSampler (glu::DataType samplerType) in isShadowSampler()
164 static glu::DataType getSamplerOutputType (glu::DataType samplerType) in getSamplerOutputType()
200 static tcu::TextureFormat getSamplerTextureFormat (glu::DataType samplerType) in getSamplerTextureFormat()
221 static glu::DataType getSamplerCoordType (glu::DataType samplerType) in getSamplerCoordType()
262 glu::DataType samplerType, in setupTexture()
332 …har* name, const char* description, glu::ShaderType shaderType, glu::DataType samplerType, IndexEx… in SamplerIndexingCase()
1214 const DataType samplerType = samplerTypes[samplerTypeNdx]; in init() local
Des31fLayoutBindingTests.cpp834 glw::GLenum samplerType, in SamplerBindingRenderCase()
927 const std::string samplerType = glu::getDataTypeName(glu::getDataTypeFromGLType(m_samplerType)); in generateShaders() local
1032 glw::GLenum samplerType) in SamplerBindingNegativeCase()
1050 const std::string samplerType = glu::getDataTypeName(glu::getDataTypeFromGLType(m_samplerType)); in generateShaders() local
Des31fUniformLocationTests.cpp458 deUint32 getTextureFormat (glu::DataType samplerType) in getTextureFormat()
492 de::MovePtr<glu::Texture2D> UniformLocationCase::createTexture (glu::DataType samplerType, float re… in createTexture()
Des31fFboTestUtil.cpp265 TextureCubeArrayShader::TextureCubeArrayShader (glu::DataType samplerType, glu::DataType outputType) in TextureCubeArrayShader()
Des31fTextureGatherTests.cpp855 static inline glu::DataType getSamplerGatherResultType (glu::DataType samplerType) in getSamplerGatherResultType()
1107 glu::DataType samplerType, in genFragmentShaderSource()
1216 const glu::DataType samplerType = getSamplerType(textureType, textureFormat); in genProgramSources() local
/external/deqp/modules/gles3/performance/
Des3pTextureCases.cpp101 const glu::DataType samplerType = glu::getSampler2DType(texFormat); in init() local
/external/deqp/modules/gles3/functional/
Des3fFboTestUtil.cpp422 TextureCubeShader::TextureCubeShader (glu::DataType samplerType, glu::DataType outputType) in TextureCubeShader()
560 Texture2DArrayShader::Texture2DArrayShader (glu::DataType samplerType, glu::DataType outputType) in Texture2DArrayShader()
668 Texture3DShader::Texture3DShader (glu::DataType samplerType, glu::DataType outputType) in Texture3DShader()
Des3fShaderTextureFunctionTests.cpp823 glu::DataType samplerType = glu::TYPE_LAST; in initShaderSources() local
1050 …eSizeCase (Context& context, const char* name, const char* desc, const char* samplerType, const Te… in TextureSizeCase()
/external/chromium_org/third_party/angle/src/compiler/translator/
DCompiler.cpp309 for (int samplerType = EbtGuardSamplerBegin + 1; in InitBuiltInSymbolTable() local
DOutputHLSL.cpp2473 TBasicType samplerType = arguments[0]->getAsTyped()->getType().getBasicType(); in visitAggregate() local
/external/deqp/modules/glshared/
DglsTextureTestUtil.hpp116 SamplerType samplerType; //!< Sampler type. member
/external/deqp/framework/randomshaders/
DrsgExpression.cpp1393 static int countSamplers (const VariableManager& varManager, VariableType::Type samplerType) in countSamplers()
1435 VariableType::Type samplerType = VariableType::TYPE_LAST; in TexLookup() local
/external/deqp/modules/gles2/functional/
Des2fTextureUnitTests.cpp145 const char* samplerType = unitTypes[ndx] == GL_TEXTURE_2D ? "sampler2D" : "samplerCube"; in generateMultiTexFragmentShader() local
Des2fShaderTextureFunctionTests.cpp434 glu::DataType samplerType = glu::TYPE_LAST; in initShaderSources() local
/external/chromium_org/third_party/angle/src/libGLESv2/
DProgramBinary.cpp1818 TextureType ProgramBinary::getTextureType(GLenum samplerType, InfoLog &infoLog) in getTextureType()