Home
last modified time | relevance | path

Searched defs:texType (Results 1 – 7 of 7) sorted by relevance

/external/deqp/modules/gles31/functional/
Des31fOpaqueTypeIndexingTests.cpp223 const TextureType texType = getTextureType(samplerType); in getSamplerCoordType() local
245 static deUint32 getGLTextureTarget (TextureType texType) in getGLTextureTarget()
266 const TextureType texType = getTextureType(samplerType); in setupTexture() local
Des31fShaderImageLoadStoreTests.cpp262 static inline deUint32 getGLTextureTarget (TextureType texType) in getGLTextureTarget()
/external/deqp/modules/glshared/
DglsTextureTestUtil.hpp115 TextureType texType; //!< Texture type. member
DglsLongStressCase.cpp908 …void make (const string& name, gls::TextureType texType) { DE_ASSERT(!has(name)); m_obj… in make()
DglsTextureTestUtil.cpp1256 void TextureRenderer::renderQuad (int texUnit, const float* texCoord, TextureType texType) in renderQuad()
/external/deqp/modules/gles3/functional/
Des3fTextureUnitTests.cpp811 …int texType = m_caseType == CASE_MIXED ? rnd.getInt(0, (int)CASE_MIXED - 1) : (int)m_caseTy… in init() local
/external/deqp/modules/gles3/stress/
Des3sSpecialFloatTests.cpp1038 …ext& context, const char* name, const char* desc, ShaderType type, TextureType texType, UploadType… in TextureCase()