/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
|
/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));
|
/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...] |
/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...] |
/external/chromium_org/third_party/angle/include/GLES2/ |
gl2ext.h | 93 #define GL_DEPTH24_STENCIL8_OES 0x88F0 101 /* reuse GL_DEPTH24_STENCIL8_OES */ 306 #define GL_DEPTH24_STENCIL8_OES 0x88F0 [all...] |
/development/ndk/platforms/android-4/include/GLES/ |
glext.h | 159 #define GL_DEPTH24_STENCIL8_OES 0x88F0 [all...] |
/external/chromium_org/third_party/mesa/src/include/GLES/ |
glext.h | 165 #define GL_DEPTH24_STENCIL8_OES 0x88F0 [all...] |
/external/mesa3d/include/GLES/ |
glext.h | 165 #define GL_DEPTH24_STENCIL8_OES 0x88F0 [all...] |
/external/chromium_org/third_party/mesa/src/include/GLES2/ |
gl2ext.h | 93 #define GL_DEPTH24_STENCIL8_OES 0x88F0 [all...] |
/external/mesa3d/include/GLES2/ |
gl2ext.h | 93 #define GL_DEPTH24_STENCIL8_OES 0x88F0 [all...] |
/external/chromium_org/ppapi/lib/gl/include/GLES2/ |
gl2ext.h | 93 #define GL_DEPTH24_STENCIL8_OES 0x88F0 [all...] |
/external/chromium_org/third_party/khronos/GLES2/ |
gl2ext.h | 257 #define GL_DEPTH24_STENCIL8_OES 0x88F0 [all...] |
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/ |
WebGLRenderingContextBase.cpp | [all...] |
/external/chromium_org/third_party/libaddressinput/src/java/ |
android.jar | |