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

1 2 3 4

  /external/deqp/modules/gles3/functional/
es3fFboInvalidateTests.cpp 130 return GL_DEPTH24_STENCIL8;
    [all...]
es3fInternalFormatQueryTests.cpp 218 { "depth24_stencil8", GL_DEPTH24_STENCIL8, false },
es3fFboStencilbufferTests.cpp 158 const deUint32 depthStencilFormat = GL_DEPTH24_STENCIL8;
251 GL_DEPTH24_STENCIL8,
es3fFboTestCase.cpp 194 case GL_DEPTH24_STENCIL8:
299 case GL_DEPTH24_STENCIL8:
es3fFboCompletenessTests.cpp 72 GL_DEPTH24_STENCIL8, GL_DEPTH32F_STENCIL8,
86 GL_DEPTH24_STENCIL8, GL_DEPTH32F_STENCIL8,
es3fFboMultisampleTests.cpp 295 GL_DEPTH24_STENCIL8,
es3fRboStateQueryTests.cpp 294 { GL_DEPTH24_STENCIL8, 24, 8 },
es3fFboDepthbufferTests.cpp 324 GL_DEPTH24_STENCIL8
es3fRasterizerDiscardTests.cpp 179 glRenderbufferStorage (GL_RENDERBUFFER, GL_DEPTH24_STENCIL8, width, height);
  /external/chromium_org/ui/gl/
gl_bindings.h 161 #ifndef GL_DEPTH24_STENCIL8
162 #define GL_DEPTH24_STENCIL8 0x88F0
  /external/chromium_org/gpu/command_buffer/service/
gles2_cmd_decoder_unittest_async_pixel.cc 32 #if !defined(GL_DEPTH24_STENCIL8)
33 #define GL_DEPTH24_STENCIL8 0x88F0
gles2_cmd_decoder_unittest_context_state.cc 32 #if !defined(GL_DEPTH24_STENCIL8)
33 #define GL_DEPTH24_STENCIL8 0x88F0
gles2_cmd_decoder_unittest_attribs.cc 32 #if !defined(GL_DEPTH24_STENCIL8)
33 #define GL_DEPTH24_STENCIL8 0x88F0
feature_info_unittest.cc 299 GL_DEPTH24_STENCIL8));
    [all...]
gles2_cmd_decoder_unittest_framebuffers.cc 32 #if !defined(GL_DEPTH24_STENCIL8)
33 #define GL_DEPTH24_STENCIL8 0x88F0
    [all...]
gles2_cmd_decoder_unittest_programs.cc 32 #if !defined(GL_DEPTH24_STENCIL8)
33 #define GL_DEPTH24_STENCIL8 0x88F0
    [all...]
  /external/deqp/modules/gles31/functional/
es31fFboTestCase.cpp 198 case GL_DEPTH24_STENCIL8:
304 case GL_DEPTH24_STENCIL8:
es31fStencilTexturingTests.cpp 498 DE_ASSERT(format == GL_DEPTH32F_STENCIL8 || format == GL_DEPTH24_STENCIL8);
    [all...]
es31fInternalFormatQueryTests.cpp 394 { "depth24_stencil8", GL_DEPTH24_STENCIL8, FormatSamplesCase::FORMAT_DEPTH_STENCIL },
es31fTextureFormatTests.cpp 491 { "depth24_stencil8", GL_DEPTH24_STENCIL8 }
  /external/deqp/framework/opengl/
gluFboRenderContext.cpp 97 GL_DEPTH24_STENCIL8,
gluTextureUtil.cpp 211 case FMT_CASE(DS, UNSIGNED_INT_24_8): return GL_DEPTH24_STENCIL8;
424 case GL_DEPTH24_STENCIL8: return TextureFormat(TextureFormat::DS, TextureFormat::UNSIGNED_INT_24_8);
    [all...]
  /frameworks/native/opengl/tools/glgen/stubs/gles11/
GLES30Header.java-if 185 public static final int GL_DEPTH24_STENCIL8 = 0x88F0;
  /external/deqp/modules/glshared/
glsFboCompletenessTests.cpp 82 GL_DEPTH24_STENCIL8,
  /external/chromium_org/third_party/angle/src/libGLESv2/
formatutils.cpp 140 InsertFormatMapping(&map, GL_DEPTH_STENCIL, GL_UNSIGNED_INT_24_8, GL_DEPTH24_STENCIL8, NULL );
    [all...]

Completed in 924 milliseconds

1 2 3 4