HomeSort by relevance Sort by last modified time
    Searched refs:visualType (Results 1 - 25 of 27) sorted by null

1 2

  /external/chromium_org/third_party/mesa/src/src/glx/
glxconfig.h 59 GLint visualType; /**< One of the GLX X visual types. (i.e.,
122 extern GLint _gl_convert_from_x_visual_type(int visualType);
glxconfig.c 128 *value_return = mode->visualType;
242 (*next)->visualType = GLX_DONT_CARE;
glxext.c 347 convert_from_x_visual_type(int visualType)
355 if (visualType < ARRAY_SIZE(glx_visual_types))
356 return glx_visual_types[visualType];
376 config->visualType = convert_from_x_visual_type(*bp++);
475 config->visualType = *bp++;
glxcmds.c 901 config->visualType = GLX_DONT_CARE;
969 MATCH_DONT_CARE(visualType);
1128 PREFER_SMALLER(visualType);
    [all...]
  /external/mesa3d/src/glx/
glxconfig.h 59 GLint visualType; /**< One of the GLX X visual types. (i.e.,
122 extern GLint _gl_convert_from_x_visual_type(int visualType);
glxconfig.c 128 *value_return = mode->visualType;
242 (*next)->visualType = GLX_DONT_CARE;
glxext.c 347 convert_from_x_visual_type(int visualType)
355 if (visualType < ARRAY_SIZE(glx_visual_types))
356 return glx_visual_types[visualType];
376 config->visualType = convert_from_x_visual_type(*bp++);
475 config->visualType = *bp++;
glxcmds.c 901 config->visualType = GLX_DONT_CARE;
969 MATCH_DONT_CARE(visualType);
1128 PREFER_SMALLER(visualType);
    [all...]
  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglMacApi.cpp 34 EGLint supportedSurfaces,visualType,visualId;
57 visualType = EGL_NONE;
78 visualId,visualType,samples,stencil,supportedSurfaces,transparentType,tRed,tGreen,tBlue,*frmt);
EglX11Api.cpp 87 int supportedSurfaces,visualType,visualId;
126 IS_SUCCESS(glXGetFBConfigAttrib(dpy,*frmt,GLX_X_VISUAL_TYPE,&visualType));
136 visualType = EGL_NONE;
159 pMaxPixels,renderable,renderableType,visualId,visualType,samples,stencil,
EglWindowsApi.cpp 339 EGLint supportedSurfaces,visualType,visualId;
376 visualType = EGL_NONE;
402 visualId,visualType,samples,stencil,supportedSurfaces,transparentType,tRed,tGreen,tBlue,*frmt);
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/x11/
glxinit.c 69 _gl_convert_from_x_visual_type(int visualType)
78 return ((unsigned) visualType < NUM_VISUAL_TYPES)
79 ? glx_visual_types[visualType] : GLX_NONE;
113 (*next)->visualType = GLX_DONT_CARE;
283 config->visualType = _gl_convert_from_x_visual_type(*bp++);
371 config->visualType = *bp++;
glcore.h 98 GLint visualType; /**< One of the GLX X visual types. (i.e.,
native_dri2.c 612 switch (mode->visualType) {
  /external/mesa3d/src/gallium/state_trackers/egl/x11/
glxinit.c 69 _gl_convert_from_x_visual_type(int visualType)
78 return ((unsigned) visualType < NUM_VISUAL_TYPES)
79 ? glx_visual_types[visualType] : GLX_NONE;
113 (*next)->visualType = GLX_DONT_CARE;
283 config->visualType = _gl_convert_from_x_visual_type(*bp++);
371 config->visualType = *bp++;
glcore.h 98 GLint visualType; /**< One of the GLX X visual types. (i.e.,
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/glx/xlib/
xm_api.c 574 const int xclass = v->visualType;
613 * \param visualType X visual type (i.e., \c TrueColor, \c StaticGray, etc.)
615 * \return If \c visualType is a valid X visual type, a GLX visual type will
623 xmesa_convert_from_x_visual_type( int visualType )
631 return ( (unsigned) visualType < NUM_VISUAL_TYPES )
632 ? glx_visual_types[ visualType ] : GLX_NONE;
725 v->visualType = xmesa_convert_from_x_visual_type(visinfo->class);
727 v->visualType = xmesa_convert_from_x_visual_type(visinfo->c_class);
738 const int xclass = v->visualType;
    [all...]
xm_api.h 287 int screen, visualID, visualType;
  /external/mesa3d/src/gallium/state_trackers/glx/xlib/
xm_api.c 574 const int xclass = v->visualType;
613 * \param visualType X visual type (i.e., \c TrueColor, \c StaticGray, etc.)
615 * \return If \c visualType is a valid X visual type, a GLX visual type will
623 xmesa_convert_from_x_visual_type( int visualType )
631 return ( (unsigned) visualType < NUM_VISUAL_TYPES )
632 ? glx_visual_types[ visualType ] : GLX_NONE;
725 v->visualType = xmesa_convert_from_x_visual_type(visinfo->class);
727 v->visualType = xmesa_convert_from_x_visual_type(visinfo->c_class);
738 const int xclass = v->visualType;
    [all...]
xm_api.h 287 int screen, visualID, visualType;
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/
xm_api.c 562 const int xclass = v->visualType;
687 * \param visualType X visual type (i.e., \c TrueColor, \c StaticGray, etc.)
689 * \return If \c visualType is a valid X visual type, a GLX visual type will
697 xmesa_convert_from_x_visual_type( int visualType )
705 return ( (unsigned) visualType < NUM_VISUAL_TYPES )
706 ? glx_visual_types[ visualType ] : GLX_NONE;
813 v->visualType = xmesa_convert_from_x_visual_type(visinfo->class);
815 v->visualType = xmesa_convert_from_x_visual_type(visinfo->c_class);
826 const int xclass = v->visualType;
    [all...]
xmesaP.h 78 int visualType;
xm_dd.c 71 const int xclass = xmesa->xm_visual->visualType;
  /external/mesa3d/src/mesa/drivers/x11/
xm_api.c 562 const int xclass = v->visualType;
687 * \param visualType X visual type (i.e., \c TrueColor, \c StaticGray, etc.)
689 * \return If \c visualType is a valid X visual type, a GLX visual type will
697 xmesa_convert_from_x_visual_type( int visualType )
705 return ( (unsigned) visualType < NUM_VISUAL_TYPES )
706 ? glx_visual_types[ visualType ] : GLX_NONE;
813 v->visualType = xmesa_convert_from_x_visual_type(visinfo->class);
815 v->visualType = xmesa_convert_from_x_visual_type(visinfo->c_class);
826 const int xclass = v->visualType;
    [all...]
xmesaP.h 78 int visualType;

Completed in 708 milliseconds

1 2