Searched refs:GL_STENCIL_INDEX8 (Results 1 - 25 of 52) sorted by relevance

123

/external/deqp/modules/gles3/functional/
H A Des3fInternalFormatQueryTests.cpp222 { "stencil_index8", GL_STENCIL_INDEX8, false }
H A Des3fFboTestCase.cpp198 case GL_STENCIL_INDEX8:
300 case GL_STENCIL_INDEX8:
H A Des3fFboCompletenessTests.cpp79 GL_STENCIL_INDEX8,
136 GL_STENCIL_INDEX8,
H A Des3fFboMultisampleTests.cpp296 GL_STENCIL_INDEX8
H A Des3fFboStencilbufferTests.cpp252 GL_STENCIL_INDEX8
H A Des3fRboStateQueryTests.cpp308 glRenderbufferStorage(GL_RENDERBUFFER, GL_STENCIL_INDEX8, 128, 128);
/external/deqp/modules/gles31/functional/
H A Des31fFboTestCase.cpp202 case GL_STENCIL_INDEX8:
305 case GL_STENCIL_INDEX8:
H A Des31fInternalFormatQueryTests.cpp81 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 }
H A Des31fStencilTexturingTests.cpp490 if (format == GL_STENCIL_INDEX8)
1019 formatGroup->addChild(new UploadTex2DCase (m_context, "stencil_index8_2d", GL_STENCIL_INDEX8));
1020 formatGroup->addChild(new UploadTex2DArrayCase (m_context, "stencil_index8_2d_array", GL_STENCIL_INDEX8));
1021 formatGroup->addChild(new UploadTexCubeCase (m_context, "stencil_index8_cube", GL_STENCIL_INDEX8));
/external/chromium_org/gpu/command_buffer/common/
H A Dgles2_cmd_utils.cc462 case GL_STENCIL_INDEX8:
688 case GL_STENCIL_INDEX8:
H A Dgles2_cmd_utils_unittest.cc222 EXPECT_EQ(1u, GLES2Util::RenderbufferBytesPerPixel(GL_STENCIL_INDEX8));
/external/chromium_org/third_party/angle/src/libGLESv2/
H A DRenderbuffer.cpp272 mInternalFormat = GL_STENCIL_INDEX8; // If the renderbuffer parameters are queried, the calling function
H A Dformatutils.cpp138 InsertFormatMapping(&map, GL_STENCIL, GL_UNSIGNED_BYTE, GL_STENCIL_INDEX8, NULL );
450 map.insert(InternalFormatInfoPair(GL_STENCIL_INDEX8, DepthStencilFormat( 0, 8, 0, GL_DEPTH_STENCIL, GL_UNSIGNED_BYTE, GL_UNSIGNED_INT, RequireESVersion<2>, AlwaysSupported, NeverSupported )));
/external/deqp/framework/opengl/
H A DgluFboRenderContext.cpp101 GL_STENCIL_INDEX8
H A DgluTextureUtil.cpp146 case FMT_CASE(S, UNSIGNED_INT8): return GL_STENCIL_INDEX8;
359 case GL_STENCIL_INDEX8: return TextureFormat(TextureFormat::S, TextureFormat::UNSIGNED_INT8);
989 case GL_STENCIL_INDEX8:
H A DgluStrUtil.inl755 case GL_STENCIL_INDEX8: return "GL_STENCIL_INDEX8";
/external/deqp/modules/gles2/functional/
H A Des2fFboCompletenessTests.cpp67 GL_STENCIL_INDEX8,
H A Des2fRboStateQueryTests.cpp260 glRenderbufferStorage(GL_RENDERBUFFER, GL_STENCIL_INDEX8, 1, 1);
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DWebGLFramebuffer.cpp97 && m_renderbuffer->emulatedStencilBuffer()->internalFormat() != GL_STENCIL_INDEX8) {
366 if (internalformat != GL_STENCIL_INDEX8) {
/external/deqp/modules/egl/
H A DteglImageTests.cpp385 case GL_STENCIL_INDEX8: return "stencil_index8";
684 GL_STENCIL_INDEX8
/external/chromium_org/gpu/command_buffer/service/
H A Dgles2_cmd_validation_implementation_autogen.h258 GL_RGBA4, GL_RGB565, GL_RGB5_A1, GL_DEPTH_COMPONENT16, GL_STENCIL_INDEX8,
H A Dframebuffer_manager_unittest.cc192 const GLenum kFormat3 = GL_STENCIL_INDEX8;
196 const GLenum kFormat4 = GL_STENCIL_INDEX8;
/external/chromium_org/third_party/WebKit/Source/platform/graphics/gpu/
H A DDrawingBuffer.cpp725 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());
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
H A Ds_renderbuffer.c360 rb->InternalFormat = GL_STENCIL_INDEX8;
/external/mesa3d/src/mesa/swrast/
H A Ds_renderbuffer.c360 rb->InternalFormat = GL_STENCIL_INDEX8;

Completed in 572 milliseconds

123