Home
last modified time | relevance | path

Searched refs:getSampler3DType (Results 1 – 5 of 5) sorted by relevance

/external/deqp/framework/opengl/
DgluTextureUtil.hpp83 DataType getSampler3DType (tcu::TextureFormat format);
DgluTextureUtil.cpp999 DataType getSampler3DType (tcu::TextureFormat format) in getSampler3DType() function
/external/deqp/modules/gles3/functional/
Des3fFboColorbufferTests.cpp620 Texture3DShader tdTexShader (glu::getSampler3DType(texFmt), glu::TYPE_FLOAT_VEC4); in render()
Des3fShaderTextureFunctionTests.cpp835 …case TEXTURETYPE_3D: DE_ASSERT(!isShadow); samplerType = glu::getSampler3DType(texFmt); b… in initShaderSources()
Des3fTextureSpecificationTests.cpp565 Texture3DShader shader (glu::getSampler3DType(m_texFormat), glu::TYPE_FLOAT_VEC4); in verifyTexture()