Home
last modified time | relevance | path

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

1234

/third_party/skia/third_party/externals/angle2/src/common/
H A Dandroid_util.cpp183 * OpenGL ES: GL_STENCIL_INDEX8
258 return GL_STENCIL_INDEX8; in getPixelFormatInfo()
387 case GL_STENCIL_INDEX8: in GLInternalFormatToNativePixelFormat()
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DFramebufferMixedSamplesTest.cpp87 glRenderbufferStorageMultisampleANGLE(GL_RENDERBUFFER, num_samples, GL_STENCIL_INDEX8, in prepareForDraw()
95 glRenderbufferStorage(GL_RENDERBUFFER, GL_STENCIL_INDEX8, kWidth, kHeight); in prepareForDraw()
H A DDepthStencilTest.cpp48 glRenderbufferStorage(GL_RENDERBUFFER, GL_STENCIL_INDEX8, getWindowWidth(),
414 glRenderbufferStorage(GL_RENDERBUFFER, GL_STENCIL_INDEX8, getWindowWidth(), getWindowHeight()); in TEST_P()
464 glRenderbufferStorage(GL_RENDERBUFFER, GL_STENCIL_INDEX8, getWindowWidth(), getWindowHeight()); in TEST_P()
512 glRenderbufferStorage(GL_RENDERBUFFER, GL_STENCIL_INDEX8, getWindowWidth(), getWindowHeight()); in TEST_P()
H A DBlitFramebufferANGLETest.cpp1449 glRenderbufferStorageMultisample(GL_RENDERBUFFER, 2, GL_STENCIL_INDEX8, 256, 256); in TEST_P()
1472 glRenderbufferStorage(GL_RENDERBUFFER, GL_STENCIL_INDEX8, 256, 256); in TEST_P()
1516 glRenderbufferStorage(GL_RENDERBUFFER, GL_STENCIL_INDEX8, kSize, kSize); in TEST_P()
1536 glRenderbufferStorageMultisample(GL_RENDERBUFFER, 2, GL_STENCIL_INDEX8, kSize, kSize); in TEST_P()
1961 glRenderbufferStorage(GL_RENDERBUFFER, GL_STENCIL_INDEX8, kSize, kSize); in TEST_P()
1981 glRenderbufferStorage(GL_RENDERBUFFER, GL_STENCIL_INDEX8, kSize, kSize); in TEST_P()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A Dformat_map_autogen.cpp565 return GL_STENCIL_INDEX8; in GetSizedFormatInternal()
575 return GL_STENCIL_INDEX8; in GetSizedFormatInternal()
1761 case GL_STENCIL_INDEX8: in ValidES3FormatCombination()
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fFboTestCase.cpp198 case GL_STENCIL_INDEX8: in isRequiredFormat()
312 case GL_STENCIL_INDEX8: in getMinimumSampleCount()
H A Des3fInternalFormatQueryTests.cpp217 { "stencil_index8", GL_STENCIL_INDEX8, false } in init()
H A Des3fFboCompletenessTests.cpp80 GL_STENCIL_INDEX8,
142 GL_STENCIL_INDEX8,
H A Des3fFboStencilbufferTests.cpp252 GL_STENCIL_INDEX8 in init()
H A Des3fRboStateQueryTests.cpp311 glRenderbufferStorage(GL_RENDERBUFFER, GL_STENCIL_INDEX8, 128, 128); in test()
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fFboTestCase.cpp204 case GL_STENCIL_INDEX8: in isRequiredFormat()
332 case GL_STENCIL_INDEX8: in getMinimumSampleCount()
H A Des31fInternalFormatQueryTests.cpp84 if (!isES32orGL45 && isTextureTarget && m_internalFormat == GL_STENCIL_INDEX8 && !m_context.getContextInfo().isExtensionSupported("GL_OES_texture_stencil8")) in init()
430 { "stencil_index8", GL_STENCIL_INDEX8, FormatSamplesCase::FORMAT_DEPTH_STENCIL } in init()
H A Des31fStencilTexturingTests.cpp492 if (format == GL_STENCIL_INDEX8) in checkDepthStencilFormatSupport()
1024 formatGroup->addChild(new UploadTex2DCase (m_context, "stencil_index8_2d", GL_STENCIL_INDEX8)); in init()
1025 formatGroup->addChild(new UploadTex2DArrayCase (m_context, "stencil_index8_2d_array", GL_STENCIL_INDEX8)); in init()
1026 formatGroup->addChild(new UploadTexCubeCase (m_context, "stencil_index8_cube", GL_STENCIL_INDEX8)); in init()
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fFboCompletenessTests.cpp67 GL_STENCIL_INDEX8,
148 GL_STENCIL_INDEX8,
H A Des2fRboStateQueryTests.cpp256 glRenderbufferStorage(GL_RENDERBUFFER, GL_STENCIL_INDEX8, 1, 1); in test()
/third_party/vk-gl-cts/modules/egl/
H A DteglImageTests.cpp367 case GL_STENCIL_INDEX8: return "stencil_index8"; in getStorageName()
590 GL_STENCIL_INDEX8 in init()
609 GL_STENCIL_INDEX8 in init()
H A DteglAndroidUtil.cpp166 case GL_STENCIL_INDEX8: return AHARDWAREBUFFER_FORMAT_S8_UINT; in getPixelFormat()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H A Dutilities.cpp415 case GL_STENCIL_INDEX8: in IsSizedInternalFormat()
775 format == GL_STENCIL_INDEX8; in IsStencilTexture()
1394 case GL_STENCIL_INDEX8: in IsColorRenderable()
1420 case GL_STENCIL_INDEX8: in IsDepthRenderable()
1483 case GL_STENCIL_INDEX8: in IsStencilRenderable()
1773 case GL_STENCIL_INDEX8: return 0; in GetDepthSize()
1790 case GL_STENCIL_INDEX8: return 8; in GetStencilSize()
2339 case sw::FORMAT_S8: return GL_STENCIL_INDEX8; in ConvertDepthStencilFormat()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/android/
H A DDisplayVkAndroid.cpp65 depthStencilFormats.push_back(GL_STENCIL_INDEX8); in generateConfigs()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/linux/xcb/
H A DDisplayVkXcb.cpp112 depthStencilFormats.push_back(GL_STENCIL_INDEX8); in generateConfigs()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
H A DRenderbufferD3D.cpp61 if (internalformat == GL_DEPTH_COMPONENT16 || internalformat == GL_STENCIL_INDEX8) in setStorageMultisample()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/win32/
H A DDisplayVkWin32.cpp146 depthStencilFormats.push_back(GL_STENCIL_INDEX8); in generateConfigs()
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/
H A DBlitFramebufferPerf.cpp70 return GL_STENCIL_INDEX8; in BufferTypeFormat()
/third_party/vk-gl-cts/framework/opengl/
H A DgluFboRenderContext.cpp128 GL_STENCIL_INDEX8 in chooseDepthStencilFormat()
H A DgluTextureUtil.cpp154 case FMT_CASE(S, UNSIGNED_INT8): return GL_STENCIL_INDEX8; in getInternalFormat()
483 case GL_STENCIL_INDEX8: return TextureFormat(TextureFormat::S, TextureFormat::UNSIGNED_INT8);
1179 case GL_STENCIL_INDEX8:

Completed in 22 milliseconds

1234