HomeSort by relevance Sort by last modified time
    Searched refs:bindToMipmapTexture (Results 1 - 8 of 8) sorted by null

  /external/mesa3d/src/glx/
glxconfig.h 100 GLint bindToMipmapTexture;
glxconfig.c 181 *value_return = mode->bindToMipmapTexture == GL_TRUE ? GL_TRUE :
255 (*next)->bindToMipmapTexture = GLX_DONT_CARE;
dri_common.c 253 bindToMipmapTexture),
glxext.c 556 config->bindToMipmapTexture = *bp++;
  /external/mesa3d/src/gallium/state_trackers/egl/x11/
glcore.h 139 GLint bindToMipmapTexture;
glxinit.c 126 (*next)->bindToMipmapTexture = GLX_DONT_CARE;
440 config->bindToMipmapTexture = *bp++;
  /external/mesa3d/src/mesa/drivers/dri/common/
utils.c 390 modes->bindToMipmapTexture = GL_FALSE;
478 __ATTRIB(__DRI_ATTRIB_BIND_TO_MIPMAP_TEXTURE, bindToMipmapTexture),
  /external/mesa3d/src/mesa/main/
mtypes.h 562 GLint bindToMipmapTexture;
    [all...]

Completed in 60 milliseconds