HomeSort by relevance Sort by last modified time
    Searched full:fbconfig (Results 1 - 25 of 40) sorted by null

1 2

  /sdk/emulator/opengl/host/libs/libOpenglRender/
FBConfig.h 29 class FBConfig
33 static const FBConfig *get(int p_config);
38 ~FBConfig();
47 FBConfig(EGLDisplay p_eglDpy, EGLConfig p_eglCfg);
50 static FBConfig **s_fbConfigs;
FBConfig.cpp 16 #include "FBConfig.h"
21 FBConfig **FBConfig::s_fbConfigs = NULL;
22 int FBConfig::s_numConfigs = 0;
24 const GLuint FBConfig::s_configAttribs[] = {
60 const int FBConfig::s_numConfigAttribs = sizeof(FBConfig::s_configAttribs) / sizeof(GLuint);
62 InitConfigStatus FBConfig::initConfigList(FrameBuffer *fb)
94 s_fbConfigs = new FBConfig*[nConfigs];
116 s_fbConfigs[j++] = new FBConfig(dpy, configs[i])
    [all...]
RenderContext.cpp 17 #include "FBConfig.h"
26 const FBConfig *fbconf = FBConfig::get(p_config);
WindowSurface.h 21 #include "FBConfig.h"
66 const FBConfig *m_fbconf;
RenderControl.cpp 18 #include "FBConfig.h"
99 *numAttribs = FBConfig::getNumAttribs();
101 return FBConfig::getNumConfigs();
106 int configSize = FBConfig::getNumAttribs();
107 int nConfigs = FBConfig::getNumConfigs();
112 FBConfig::packConfigsInfo(buffer);
123 return FBConfig::chooseConfig(fb, attribs, configs, configs_size);
Android.mk 25 FBConfig.cpp \
WindowSurface.cpp 17 #include "FBConfig.h"
49 const FBConfig *fbconf = FBConfig::get(p_config);
FrameBuffer.cpp 18 #include "FBConfig.h"
294 InitConfigStatus configStatus = FBConfig::initConfigList(fb);
304 int nConfigs = FBConfig::getNumConfigs();
308 GLint rtype = FBConfig::get(i)->getRenderableType();
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/glx/xlib/
glx_api.c 656 * The fbConfig parameter must be GL_FALSE for the former and GL_TRUE for
661 choose_visual( Display *dpy, int screen, const int *list, GLboolean fbConfig )
663 const GLboolean rgbModeDefault = fbConfig;
690 if (fbConfig &&
706 if (fbConfig) {
724 if (fbConfig) {
735 if (fbConfig) {
744 if (fbConfig) {
858 * FBConfig attribs.
861 if (!fbConfig)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/
fakeglx.c 885 * The fbConfig parameter must be GL_FALSE for the former and GL_TRUE for
890 choose_visual( Display *dpy, int screen, const int *list, GLboolean fbConfig )
892 const GLboolean rgbModeDefault = fbConfig;
920 if (fbConfig &&
936 if (fbConfig) {
954 if (fbConfig) {
965 if (fbConfig) {
974 if (fbConfig) {
1087 * FBConfig attribs.
1090 if (!fbConfig)
    [all...]
  /external/mesa3d/src/gallium/state_trackers/glx/xlib/
glx_api.c 656 * The fbConfig parameter must be GL_FALSE for the former and GL_TRUE for
661 choose_visual( Display *dpy, int screen, const int *list, GLboolean fbConfig )
663 const GLboolean rgbModeDefault = fbConfig;
690 if (fbConfig &&
706 if (fbConfig) {
724 if (fbConfig) {
735 if (fbConfig) {
744 if (fbConfig) {
858 * FBConfig attribs.
861 if (!fbConfig)
    [all...]
  /external/mesa3d/src/mesa/drivers/x11/
fakeglx.c 885 * The fbConfig parameter must be GL_FALSE for the former and GL_TRUE for
890 choose_visual( Display *dpy, int screen, const int *list, GLboolean fbConfig )
892 const GLboolean rgbModeDefault = fbConfig;
920 if (fbConfig &&
936 if (fbConfig) {
954 if (fbConfig) {
965 if (fbConfig) {
974 if (fbConfig) {
1087 * FBConfig attribs.
1090 if (!fbConfig)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/glx/tests/
create_context_unittest.cpp 76 uint32_t fbconfig,
87 req.fbconfig = fbconfig;
221 EXPECT_EQ(0xbeefcafe, req.fbconfig);
  /external/mesa3d/src/glx/tests/
create_context_unittest.cpp 76 uint32_t fbconfig,
87 req.fbconfig = fbconfig;
221 EXPECT_EQ(0xbeefcafe, req.fbconfig);
  /external/chromium_org/third_party/skia/src/gpu/gl/unix/
SkNativeGLContext_unix.cpp 109 //SkDebugf(" Matching fbconfig %d, visual ID 0x%2x: SAMPLE_BUFFERS = %d,"
121 // Be sure to free the FBConfig list allocated by glXChooseFBConfig()
  /external/skia/src/gpu/gl/unix/
SkNativeGLContext_unix.cpp 109 //SkDebugf(" Matching fbconfig %d, visual ID 0x%2x: SAMPLE_BUFFERS = %d,"
121 // Be sure to free the FBConfig list allocated by glXChooseFBConfig()
  /external/chromium_org/third_party/mesa/src/src/glx/
glxcmds.c 208 ValidateGLXFBConfig(Display * dpy, GLXFBConfig fbconfig)
219 if (config == (struct glx_config *) fbconfig) {
308 req->fbconfig = generic_id;
329 req->fbconfig = generic_id;
1136 /* None of the pbuffer or fbconfig specs say that this comparison needs
1155 * the various visual / FBConfig selection rules.
    [all...]
create_context.c 56 * one of the internal GLX data structures (probably the fbconfig) has an
  /external/mesa3d/src/glx/
glxcmds.c 208 ValidateGLXFBConfig(Display * dpy, GLXFBConfig fbconfig)
219 if (config == (struct glx_config *) fbconfig) {
308 req->fbconfig = generic_id;
329 req->fbconfig = generic_id;
1136 /* None of the pbuffer or fbconfig specs say that this comparison needs
1155 * the various visual / FBConfig selection rules.
    [all...]
create_context.c 56 * one of the internal GLX data structures (probably the fbconfig) has an
  /external/chromium_org/third_party/mesa/src/src/egl/drivers/glx/
egl_glx.c 225 struct GLX_egl_display *GLX_dpy, GLXFBConfig fbconfig,
233 err = GLX_drv->glXGetFBConfigAttrib(dpy, fbconfig, GLX_RENDER_TYPE, &val);
238 err = GLX_drv->glXGetFBConfigAttrib(dpy, fbconfig, GLX_DOUBLEBUFFER, &val);
254 err = GLX_drv->glXGetFBConfigAttrib(dpy, fbconfig, attr, &val);
905 GLXFBConfig fbconfig = GLX_dpy->fbconfigs[GLX_egl_config_index(conf)]; local
908 vinfo = GLX_drv->glXGetVisualFromFBConfig(GLX_dpy->dpy, fbconfig);
    [all...]
  /external/mesa3d/src/egl/drivers/glx/
egl_glx.c 225 struct GLX_egl_display *GLX_dpy, GLXFBConfig fbconfig,
233 err = GLX_drv->glXGetFBConfigAttrib(dpy, fbconfig, GLX_RENDER_TYPE, &val);
238 err = GLX_drv->glXGetFBConfigAttrib(dpy, fbconfig, GLX_DOUBLEBUFFER, &val);
254 err = GLX_drv->glXGetFBConfigAttrib(dpy, fbconfig, attr, &val);
905 GLXFBConfig fbconfig = GLX_dpy->fbconfigs[GLX_egl_config_index(conf)]; local
908 vinfo = GLX_drv->glXGetVisualFromFBConfig(GLX_dpy->dpy, fbconfig);
    [all...]
  /external/chromium_org/third_party/mesa/src/docs/
relnotes-7.8.2.html 102 unrecognized fbconfig tags.</li>
  /external/mesa3d/docs/
relnotes-7.8.2.html 102 unrecognized fbconfig tags.</li>
  /external/chromium_org/ui/gl/
gl_surface_glx.cc 455 // process to choose the FBConfig and from there the X Visual to
457 // pass that FBConfig down rather than attempting to reconstitute

Completed in 916 milliseconds

1 2