Home
last modified time | relevance | path

Searched defs:texName (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/mesa/main/
Dtexobj.c1729 GLuint texName, bool no_error, bool is_ext_dsa, in _mesa_lookup_or_create_texture()
1816 bind_texture(struct gl_context *ctx, GLenum target, GLuint texName, in bind_texture()
1829 _mesa_BindTexture_no_error(GLenum target, GLuint texName) in _mesa_BindTexture_no_error()
1838 _mesa_BindTexture(GLenum target, GLuint texName) in _mesa_BindTexture()
2065 _mesa_PrioritizeTextures( GLsizei n, const GLuint *texName, in _mesa_PrioritizeTextures()
2110 _mesa_AreTexturesResident(GLsizei n, const GLuint *texName, in _mesa_AreTexturesResident()
/external/deqp/modules/glshared/
DglsFboUtil.cpp657 void Framebuffer::setTexture(glw::GLuint texName, const Texture &texCfg) in setTexture()
956 const GLuint texName = glCreate(texCfg, m_gl); in glCreateTexture() local
DglsLongStressCase.cpp1518 const string texName = textureNamePrefix + toString(texNdx); in iterate() local
1767 const string texName = textureNamePrefix + toString(texNdx); in iterate() local
/external/deqp/external/openglcts/modules/gles31/
Des31cLayoutBindingTests.cpp946 glw::GLint texName = 0; in bind() local