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()
368 private Type getType(int texType) { in getType()
118 TextureType texType; //!< Texture type. member
908 …void make (const string& name, gls::TextureType texType) { DE_ASSERT(!has(name)); m_obj… in make()
1283 void TextureRenderer::renderQuad (int texUnit, const float* texCoord, TextureType texType) in renderQuad()
1038 …ext& context, const char* name, const char* desc, ShaderType type, TextureType texType, UploadType… in TextureCase()