Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dmtypes.h1012 struct gl_texture_object struct
1014 simple_mtx_t Mutex; /**< for thread safety */
1015 GLint RefCount; /**< reference count */
1016 GLuint Name; /**< the user-visible texture object ID */
1017 GLchar *Label; /**< GL_KHR_debug */
1018 GLenum Target; /**< GL_TEXTURE_1D, GL_TEXTURE_2D, etc. */
1019 gl_texture_index TargetIndex; /**< The gl_texture_unit::CurrentTex index.
1022 struct gl_sampler_object Sampler;
1024 GLenum DepthMode; /**< GL_ARB_depth_texture */
1026 GLfloat Priority; /**< in [0,1] */
[all …]