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

  /external/mesa3d/src/glx/
glxconfig.h 98 GLint bindToTextureRgb;
glxconfig.c 175 *value_return = mode->bindToTextureRgb;
253 (*next)->bindToTextureRgb = GLX_DONT_CARE;
dri_common.c 250 __ATTRIB(__DRI_ATTRIB_BIND_TO_TEXTURE_RGB, bindToTextureRgb),
glxext.c 550 config->bindToTextureRgb = *bp++;
  /external/mesa3d/src/gallium/state_trackers/egl/x11/
glcore.h 137 GLint bindToTextureRgb;
glxinit.c 124 (*next)->bindToTextureRgb = GLX_DONT_CARE;
434 config->bindToTextureRgb = *bp++;
  /external/mesa3d/src/mesa/drivers/dri/common/
utils.c 388 modes->bindToTextureRgb = GL_TRUE;
476 __ATTRIB(__DRI_ATTRIB_BIND_TO_TEXTURE_RGB, bindToTextureRgb),
  /external/mesa3d/src/mesa/main/
mtypes.h 560 GLint bindToTextureRgb;
    [all...]

Completed in 214 milliseconds