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

  /external/skia/tools/sk_app/
GLWindowContext.cpp 65 ? GR_GL_SRGB8_ALPHA8 : GR_GL_RGBA8;
  /external/skqp/tools/sk_app/
GLWindowContext.cpp 65 ? GR_GL_SRGB8_ALPHA8 : GR_GL_RGBA8;
  /external/skia/debugger/QT/
SkGLWidget.cpp 95 info.fFormat = GR_GL_RGBA8;
  /external/skqp/debugger/QT/
SkGLWidget.cpp 95 info.fFormat = GR_GL_RGBA8;
  /external/skia/example/
SkiaSDLExample.cpp 212 info.fFormat = GR_GL_RGBA8;
221 info.fFormat = GR_GL_RGBA8;
  /external/skia/tests/
TraceMemoryDumpTest.cpp 99 glInfo.fFormat = GR_GL_RGBA8;
125 glInfo.fFormat = GR_GL_RGBA8;
DeferredDisplayListTest.cpp 34 GrGLenum format = caps->srgbSupport() ? GR_GL_SRGB8_ALPHA8 : GR_GL_RGBA8;
  /external/skqp/example/
SkiaSDLExample.cpp 212 info.fFormat = GR_GL_RGBA8;
221 info.fFormat = GR_GL_RGBA8;
  /external/skia/gm/
rectangletexture.cpp 112 info.fFormat = GR_GL_RGBA8;
  /external/skqp/experimental/GLFWTest/
glfw_main.cpp 39 framebufferInfo.fFormat = GR_GL_RGBA8;
  /external/skqp/gm/
rectangletexture.cpp 112 info.fFormat = GR_GL_RGBA8;
  /external/skia/src/gpu/gl/
GrGLUtil.cpp 495 case GR_GL_RGBA8:
GrGLCaps.cpp     [all...]
GrGLDefines.h 510 #define GR_GL_RGBA8 0x8058
    [all...]
  /external/skqp/src/gpu/gl/
GrGLUtil.cpp 495 case GR_GL_RGBA8:
GrGLCaps.cpp     [all...]
GrGLDefines.h 518 #define GR_GL_RGBA8 0x8058
    [all...]
  /external/skia/tools/gpu/atlastext/
GLTestAtlasTextRenderer.cpp 403 callgl(RenderbufferStorage, GR_GL_RENDERBUFFER, GR_GL_RGBA8, width, height);
  /external/skqp/tools/gpu/atlastext/
GLTestAtlasTextRenderer.cpp 403 callgl(RenderbufferStorage, GR_GL_RENDERBUFFER, GR_GL_RGBA8, width, height);
  /external/skqp/tests/
VkHardwareBufferTest.cpp 264 textureInfo.fFormat = GR_GL_RGBA8;
292 textureInfo.fFormat = GR_GL_RGBA8;
    [all...]

Completed in 212 milliseconds