HomeSort by relevance Sort by last modified time
    Searched refs:bindToTextureRgb (Results 1 - 6 of 6) 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 248 __ATTRIB(__DRI_ATTRIB_BIND_TO_TEXTURE_RGB, bindToTextureRgb),
glxext.c 543 config->bindToTextureRgb = *bp++;
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/common/
utils.c 306 modes->bindToTextureRgb = GL_TRUE;
394 __ATTRIB(__DRI_ATTRIB_BIND_TO_TEXTURE_RGB, bindToTextureRgb),
  /external/mesa3d/src/mesa/main/
mtypes.h 243 GLint bindToTextureRgb;
    [all...]

Completed in 638 milliseconds