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

  /external/mesa3d/src/glx/
glxconfig.h 99 GLint bindToTextureRgba;
glxconfig.c 178 *value_return = mode->bindToTextureRgba;
254 (*next)->bindToTextureRgba = GLX_DONT_CARE;
dri_common.c 251 __ATTRIB(__DRI_ATTRIB_BIND_TO_TEXTURE_RGBA, bindToTextureRgba),
glxext.c 553 config->bindToTextureRgba = *bp++;
  /external/mesa3d/src/gallium/state_trackers/egl/x11/
glcore.h 138 GLint bindToTextureRgba;
glxinit.c 125 (*next)->bindToTextureRgba = GLX_DONT_CARE;
437 config->bindToTextureRgba = *bp++;
  /external/mesa3d/src/mesa/drivers/dri/common/
utils.c 389 modes->bindToTextureRgba = GL_TRUE;
477 __ATTRIB(__DRI_ATTRIB_BIND_TO_TEXTURE_RGBA, bindToTextureRgba),
  /external/mesa3d/src/mesa/main/
mtypes.h 561 GLint bindToTextureRgba;
    [all...]

Completed in 63 milliseconds