Searched defs:texType (Results 1 – 7 of 7) sorted by relevance
223 const TextureType texType = getTextureType(samplerType); in getSamplerCoordType() local245 static deUint32 getGLTextureTarget (TextureType texType) in getGLTextureTarget()266 const TextureType texType = getTextureType(samplerType); in setupTexture() local
262 static inline deUint32 getGLTextureTarget (TextureType texType) in getGLTextureTarget()
115 TextureType texType; //!< Texture type. member
908 …void make (const string& name, gls::TextureType texType) { DE_ASSERT(!has(name)); m_obj… in make()
1256 void TextureRenderer::renderQuad (int texUnit, const float* texCoord, TextureType texType) in renderQuad()
811 …int texType = m_caseType == CASE_MIXED ? rnd.getInt(0, (int)CASE_MIXED - 1) : (int)m_caseTy… in init() local
1038 …ext& context, const char* name, const char* desc, ShaderType type, TextureType texType, UploadType… in TextureCase()