HomeSort by relevance Sort by last modified time
    Searched full:colorbits (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/skia/src/gpu/
GrRenderTarget.cpp 58 size_t colorBits;
60 colorBits = 32; // don't know, make a guess
62 colorBits = GrBytesPerPixel(fDesc.fConfig);
66 size *= colorBits;
  /external/skia/src/gpu/
GrRenderTarget.cpp 58 size_t colorBits;
60 colorBits = 32; // don't know, make a guess
62 colorBits = GrBytesPerPixel(fDesc.fConfig);
66 size *= colorBits;
  /external/qemu/distrib/sdl-1.2.15/src/video/quartz/
SDL_QuartzGL.m 70 int colorBits = bpp;
83 else if ( colorBits != device_bpp ) {
85 colorBits = device_bpp;
89 attr[i++] = colorBits;
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_renderbuffer.c 444 GLuint colorBits, GLuint numBuffers)
448 if (colorBits > 16) {
450 "Unsupported colorBits in add_aux_renderbuffers");
466 assert (colorBits <= 8);
  /external/mesa3d/src/mesa/swrast/
s_renderbuffer.c 444 GLuint colorBits, GLuint numBuffers)
448 if (colorBits > 16) {
450 "Unsupported colorBits in add_aux_renderbuffers");
466 assert (colorBits <= 8);

Completed in 173 milliseconds