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

1 2 3 4 5 6

  /frameworks/base/libs/hwui/
RenderBuffer.h 129 case GL_STENCIL_INDEX8:
149 case GL_STENCIL_INDEX8:
162 case GL_STENCIL_INDEX8:
Stencil.cpp 51 return GL_STENCIL_INDEX8;
  /external/deqp/modules/gles3/functional/
es3fInternalFormatQueryTests.cpp 222 { "stencil_index8", GL_STENCIL_INDEX8, false }
es3fFboTestCase.cpp 198 case GL_STENCIL_INDEX8:
300 case GL_STENCIL_INDEX8:
es3fFboCompletenessTests.cpp 79 GL_STENCIL_INDEX8,
136 GL_STENCIL_INDEX8,
es3fFboMultisampleTests.cpp 296 GL_STENCIL_INDEX8
es3fFboStencilbufferTests.cpp 252 GL_STENCIL_INDEX8
es3fRboStateQueryTests.cpp 308 glRenderbufferStorage(GL_RENDERBUFFER, GL_STENCIL_INDEX8, 128, 128);
  /external/deqp/modules/gles31/functional/
es31fFboTestCase.cpp 202 case GL_STENCIL_INDEX8:
305 case GL_STENCIL_INDEX8:
es31fInternalFormatQueryTests.cpp 81 if (isTextureTarget && m_internalFormat == GL_STENCIL_INDEX8 && !m_context.getContextInfo().isExtensionSupported("GL_OES_texture_stencil8"))
398 { "stencil_index8", GL_STENCIL_INDEX8, FormatSamplesCase::FORMAT_DEPTH_STENCIL }
es31fStencilTexturingTests.cpp 490 if (format == GL_STENCIL_INDEX8)
    [all...]
  /external/chromium_org/gpu/command_buffer/common/
gles2_cmd_utils.cc 462 case GL_STENCIL_INDEX8:
688 case GL_STENCIL_INDEX8:
gles2_cmd_utils_unittest.cc 222 EXPECT_EQ(1u, GLES2Util::RenderbufferBytesPerPixel(GL_STENCIL_INDEX8));
  /external/chromium_org/third_party/angle/src/libGLESv2/
Renderbuffer.cpp 272 mInternalFormat = GL_STENCIL_INDEX8; // If the renderbuffer parameters are queried, the calling function
  /external/deqp/framework/opengl/
gluFboRenderContext.cpp 101 GL_STENCIL_INDEX8
gluTextureUtil.cpp 146 case FMT_CASE(S, UNSIGNED_INT8): return GL_STENCIL_INDEX8;
359 case GL_STENCIL_INDEX8: return TextureFormat(TextureFormat::S, TextureFormat::UNSIGNED_INT8);
    [all...]
  /external/deqp/modules/gles2/functional/
es2fFboCompletenessTests.cpp 67 GL_STENCIL_INDEX8,
es2fRboStateQueryTests.cpp 260 glRenderbufferStorage(GL_RENDERBUFFER, GL_STENCIL_INDEX8, 1, 1);
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLFramebuffer.cpp 97 && m_renderbuffer->emulatedStencilBuffer()->internalFormat() != GL_STENCIL_INDEX8) {
366 if (internalformat != GL_STENCIL_INDEX8) {
  /external/deqp/modules/egl/
teglImageTests.cpp 385 case GL_STENCIL_INDEX8: return "stencil_index8";
684 GL_STENCIL_INDEX8
  /frameworks/native/opengl/tools/glgen/stubs/gles11/
GLES20Header.java-if 304 public static final int GL_STENCIL_INDEX8 = 0x8D48;
  /external/chromium_org/gpu/command_buffer/service/
gles2_cmd_validation_implementation_autogen.h 258 GL_RGBA4, GL_RGB565, GL_RGB5_A1, GL_DEPTH_COMPONENT16, GL_STENCIL_INDEX8,
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/gpu/
DrawingBuffer.cpp 725 m_context->renderbufferStorageMultisampleEXT(GL_RENDERBUFFER, m_sampleCount, GL_STENCIL_INDEX8, size.width(), size.height());
727 m_context->renderbufferStorageMultisampleCHROMIUM(GL_RENDERBUFFER, m_sampleCount, GL_STENCIL_INDEX8, size.width(), size.height());
729 m_context->renderbufferStorage(GL_RENDERBUFFER, GL_STENCIL_INDEX8, size.width(), size.height());
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_renderbuffer.c 360 rb->InternalFormat = GL_STENCIL_INDEX8;
  /external/mesa3d/src/mesa/swrast/
s_renderbuffer.c 360 rb->InternalFormat = GL_STENCIL_INDEX8;

Completed in 564 milliseconds

1 2 3 4 5 6