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

1 2 3 4 5 6 7

  /external/chromium_org/third_party/angle/tests/angle_tests/
DepthStencilFormatsTest.cpp 86 EXPECT_EQ(shouldHaveRenderbufferSupport, checkRenderbufferFormatSupport(GL_DEPTH24_STENCIL8_OES));
94 EXPECT_EQ(shouldHaveTextureSupport, checkTexStorageFormatSupport(GL_DEPTH24_STENCIL8_OES));
BlitFramebufferANGLETest.cpp 121 glRenderbufferStorage(GL_RENDERBUFFER, GL_DEPTH24_STENCIL8_OES, getWindowWidth(), getWindowHeight());
136 glRenderbufferStorage(GL_RENDERBUFFER, GL_DEPTH24_STENCIL8_OES, getWindowWidth() / 2, getWindowHeight() / 2);
    [all...]
  /external/chromium_org/third_party/angle/src/libGLESv2/
Renderbuffer.cpp 232 mDepthStencil = renderer->createRenderTarget(width, height, GL_DEPTH24_STENCIL8_OES, samples);
236 mInternalFormat = GL_DEPTH24_STENCIL8_OES;
validationES2.cpp 735 case GL_DEPTH24_STENCIL8_OES:
884 case GL_DEPTH24_STENCIL8_OES:
Caps.cpp 332 requiredFormats.push_back(GL_DEPTH24_STENCIL8_OES);
  /external/chromium_org/ui/gl/
gl_bindings.h 157 #ifndef GL_DEPTH24_STENCIL8_OES
158 #define GL_DEPTH24_STENCIL8_OES 0x88F0
  /frameworks/native/opengl/tools/glgen/stubs/gles11/
GLES11ExtHeader.java-if 98 public static final int GL_DEPTH24_STENCIL8_OES = 0x88F0;
  /external/chromium_org/gpu/command_buffer/common/
gles2_cmd_utils.cc 367 case GL_DEPTH24_STENCIL8_OES:
471 case GL_DEPTH24_STENCIL8_OES:
691 case GL_DEPTH24_STENCIL8_OES:
gles2_cmd_utils_unittest.cc 230 4u, GLES2Util::RenderbufferBytesPerPixel(GL_DEPTH24_STENCIL8_OES));
  /sdk/emulator/opengl/host/libs/Translator/GLES_CM/
GLEScmValidate.cpp 233 if (ctx->getCaps()->GL_EXT_PACKED_DEPTH_STENCIL && internalformat==GL_DEPTH24_STENCIL8_OES)
  /external/chromium_org/third_party/angle/src/libEGL/
Config.cpp 98 case GL_DEPTH24_STENCIL8_OES:
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/gpu/
DrawingBuffer.cpp 700 m_context->renderbufferStorageMultisampleEXT(GL_RENDERBUFFER, m_sampleCount, GL_DEPTH24_STENCIL8_OES, size.width(), size.height());
702 m_context->renderbufferStorageMultisampleCHROMIUM(GL_RENDERBUFFER, m_sampleCount, GL_DEPTH24_STENCIL8_OES, size.width(), size.height());
704 m_context->renderbufferStorage(GL_RENDERBUFFER, GL_DEPTH24_STENCIL8_OES, size.width(), size.height());
    [all...]
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d9/
formatutils9.cpp 119 InsertD3DFormatInfo(&map, D3DFMT_D24S8, 32, 1, 1, GL_DEPTH24_STENCIL8_OES, NULL, NULL );
123 InsertD3DFormatInfo(&map, D3DFMT_INTZ, 32, 1, 1, GL_DEPTH24_STENCIL8_OES, NULL, NULL );
236 InsertD3D9FormatInfo(&map, GL_DEPTH24_STENCIL8_OES, D3DFMT_INTZ, D3DFMT_D24S8, UnreachableLoad );
    [all...]
  /frameworks/base/opengl/java/android/opengl/
GLES11Ext.java 98 public static final int GL_DEPTH24_STENCIL8_OES = 0x88F0;
    [all...]
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/GLES2/
gl2ext.h 79 #define GL_DEPTH24_STENCIL8_OES 0x88F0
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/GLES2/
gl2ext.h 79 #define GL_DEPTH24_STENCIL8_OES 0x88F0
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/GLES2/
gl2ext.h 79 #define GL_DEPTH24_STENCIL8_OES 0x88F0
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/GLES2/
gl2ext.h 79 #define GL_DEPTH24_STENCIL8_OES 0x88F0
  /prebuilts/ndk/5/platforms/android-5/arch-arm/usr/include/GLES2/
gl2ext.h 79 #define GL_DEPTH24_STENCIL8_OES 0x88F0
  /prebuilts/ndk/6/platforms/android-5/arch-arm/usr/include/GLES2/
gl2ext.h 79 #define GL_DEPTH24_STENCIL8_OES 0x88F0
  /prebuilts/ndk/6/platforms/android-5/arch-x86/usr/include/GLES2/
gl2ext.h 79 #define GL_DEPTH24_STENCIL8_OES 0x88F0
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d11/
formatutils11.cpp 87 AddDXGIToESEntry(&map, DXGI_FORMAT_R24G8_TYPELESS, GL_DEPTH24_STENCIL8_OES);
88 AddDXGIToESEntry(&map, DXGI_FORMAT_R24_UNORM_X8_TYPELESS, GL_DEPTH24_STENCIL8_OES);
89 AddDXGIToESEntry(&map, DXGI_FORMAT_D24_UNORM_S8_UINT, GL_DEPTH24_STENCIL8_OES);
    [all...]
  /external/chromium_org/gpu/command_buffer/service/
feature_info_unittest.cc 319 GL_DEPTH24_STENCIL8_OES));
    [all...]
  /development/ndk/platforms/android-5/include/GLES2/
gl2ext.h 86 #define GL_DEPTH24_STENCIL8_OES 0x88F0
    [all...]
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/GLES/
glext.h 152 #define GL_DEPTH24_STENCIL8_OES 0x88F0

Completed in 1806 milliseconds

1 2 3 4 5 6 7