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.h959 struct gl_texture_object struct
961 simple_mtx_t Mutex; /**< for thread safety */
962 GLint RefCount; /**< reference count */
963 GLuint Name; /**< the user-visible texture object ID */
964 GLenum16 Target; /**< GL_TEXTURE_1D, GL_TEXTURE_2D, etc. */
965 GLenum16 DepthMode; /**< GL_ARB_depth_texture */
966 GLchar *Label; /**< GL_KHR_debug */
968 struct gl_sampler_object Sampler;
970 gl_texture_index TargetIndex; /**< The gl_texture_unit::CurrentTex index.
972 GLfloat Priority; /**< in [0,1] */
[all …]