Home
last modified time | relevance | path

Searched refs:renderable (Results 1 – 25 of 175) sorted by relevance

1234567

/external/skia/tests/
DBackendAllocationTest.cpp104 GrRenderable renderable) { in test_wrapping() argument
109 sk_sp<ManagedBackendTexture> mbet = create(dContext, mipmapped, renderable); in test_wrapping()
113 GrRenderable::kYes == renderable ? "yes" : "no"); in test_wrapping()
138 if (GrRenderable::kYes == renderable && dContext->colorTypeSupportedAsSurface(skColorType)) { in test_wrapping()
377 GrRenderable renderable) { in test_color_init() argument
378 sk_sp<ManagedBackendTexture> mbet = create(dContext, color, mipmapped, renderable); in test_color_init()
394 check_base_readbacks(dContext, mbet->texture(), colorType, renderable, testColor, reporter, in test_color_init()
504 GrRenderable renderable) { in test_pixmap_init() argument
524 sk_sp<ManagedBackendTexture> mbet = create(dContext, pixmaps, numMipLevels, origin, renderable); in test_pixmap_init()
552 check_base_readbacks(dContext, mbet->texture(), grColorType, renderable, colors[0], in test_pixmap_init()
[all …]
DMtlBackendAllocationTest.mm120 for (auto renderable : { GrRenderable::kNo, GrRenderable::kYes }) {
122 if (GrRenderable::kYes == renderable) {
134 GrRenderable renderable) {
139 renderable,
144 renderable);
174 GrRenderable renderable) {
181 renderable,
185 combo.fColor, mipmapped, renderable);
198 GrRenderable renderable) {
204 renderable,
[all …]
DTransferPixelsTest.cpp131 GrRenderable renderable) { in basic_transfer_to_test() argument
138 auto backendFormat = caps->getDefaultBackendFormat(colorType, renderable); in basic_transfer_to_test()
153 renderable, in basic_transfer_to_test()
312 GrColorType colorType, GrRenderable renderable) { in basic_transfer_from_test() argument
332 auto format = context->priv().caps()->getDefaultBackendFormat(colorType, renderable); in basic_transfer_from_test()
349 renderable, in basic_transfer_from_test()
510 for (auto renderable : {GrRenderable::kNo, GrRenderable::kYes}) { in DEF_GANESH_TEST_FOR_RENDERING_CONTEXTS()
536 basic_transfer_to_test(reporter, ctxInfo.directContext(), colorType, renderable); in DEF_GANESH_TEST_FOR_RENDERING_CONTEXTS()
549 for (auto renderable : {GrRenderable::kNo, GrRenderable::kYes}) { in DEF_GANESH_TEST_FOR_RENDERING_CONTEXTS()
575 basic_transfer_from_test(reporter, ctxInfo, colorType, renderable); in DEF_GANESH_TEST_FOR_RENDERING_CONTEXTS()
/external/deqp/android/cts/main/
Dgles3-main-2025-03-01.txt1 dEQP-GLES3.functional.fbo.completeness.renderable.renderbuffer.color0.bgra
2 dEQP-GLES3.functional.fbo.completeness.renderable.renderbuffer.color0.bgra8_ext
3 dEQP-GLES3.functional.fbo.completeness.renderable.renderbuffer.depth.bgra
4 dEQP-GLES3.functional.fbo.completeness.renderable.renderbuffer.depth.bgra8_ext
5 dEQP-GLES3.functional.fbo.completeness.renderable.renderbuffer.stencil.bgra
6 dEQP-GLES3.functional.fbo.completeness.renderable.renderbuffer.stencil.bgra8_ext
7 dEQP-GLES3.functional.fbo.completeness.renderable.texture.color0.bgra
8 dEQP-GLES3.functional.fbo.completeness.renderable.texture.color0.bgra8_ext
9 dEQP-GLES3.functional.fbo.completeness.renderable.texture.depth.bgra
10 dEQP-GLES3.functional.fbo.completeness.renderable.texture.depth.bgra8_ext
[all …]
Dgles2-main-2025-03-01.txt1 dEQP-GLES2.functional.fbo.completeness.renderable.renderbuffer.color0.bgra
2 dEQP-GLES2.functional.fbo.completeness.renderable.renderbuffer.color0.bgra8_ext
3 dEQP-GLES2.functional.fbo.completeness.renderable.renderbuffer.depth.bgra
4 dEQP-GLES2.functional.fbo.completeness.renderable.renderbuffer.depth.bgra8_ext
5 dEQP-GLES2.functional.fbo.completeness.renderable.renderbuffer.stencil.bgra
6 dEQP-GLES2.functional.fbo.completeness.renderable.renderbuffer.stencil.bgra8_ext
7 dEQP-GLES2.functional.fbo.completeness.renderable.texture.color0.bgra
8 dEQP-GLES2.functional.fbo.completeness.renderable.texture.color0.bgra8_ext
9 dEQP-GLES2.functional.fbo.completeness.renderable.texture.depth.bgra
10 dEQP-GLES2.functional.fbo.completeness.renderable.texture.depth.bgra8_ext
[all …]
/external/skia/src/gpu/ganesh/
DGrTexture.cpp94 GrRenderable renderable = GrRenderable::kNo; in computeScratchKey() local
97 renderable = GrRenderable::kYes; in computeScratchKey()
101 renderable, sampleCount, this->mipmapped(), isProtected, key); in computeScratchKey()
108 GrRenderable renderable, in ComputeScratchKey() argument
116 SkASSERT(1 == sampleCnt || renderable == GrRenderable::kYes); in ComputeScratchKey()
120 SkASSERT(static_cast<uint32_t>(renderable) <= 1); in ComputeScratchKey()
132 | (static_cast<uint32_t>(renderable) << 2) in ComputeScratchKey()
DGrResourceProvider.cpp64 GrRenderable renderable, in createTexture() argument
84 renderable, in createTexture()
95 renderable, in createTexture()
120 renderable, in createTexture()
134 GrRenderable renderable, in getExactScratch() argument
143 renderable, in getExactScratch()
159 GrRenderable renderable, in createTexture() argument
178 renderable, in createTexture()
188 renderable, in createTexture()
201 renderable, in createTexture()
[all …]
DGrDirectContext.cpp575 GrRenderable renderable, in createBackendTexture() argument
583 return fGpu->createBackendTexture({width, height}, backendFormat, renderable, in createBackendTexture()
589 GrRenderable renderable, in createBackendTexture() argument
594 return this->createBackendTexture(&srcData, 1, textureOrigin, renderable, isProtected, in createBackendTexture()
599 GrRenderable renderable, in createBackendTexture() argument
606 renderable, in createBackendTexture()
615 GrRenderable renderable, in createBackendTexture() argument
623 renderable, in createBackendTexture()
634 GrRenderable renderable, in createBackendTexture() argument
641 const GrBackendFormat format = this->defaultBackendFormat(skColorType, renderable); in createBackendTexture()
[all …]
DGrSurfaceProxy.cpp128 GrRenderable renderable, in createSurfaceImpl() argument
139 renderable, in createSurfaceImpl()
147 renderable, in createSurfaceImpl()
200 GrRenderable renderable, in instantiateImpl() argument
211 sk_sp<GrSurface> surface = this->createSurfaceImpl(resourceProvider, sampleCnt, renderable, in instantiateImpl()
235 GrRenderable renderable = GrRenderable::kNo; in computeScratchKey() local
238 renderable = GrRenderable::kYes; in computeScratchKey()
249 renderable, sampleCount, mipmapped, fIsProtected, key); in computeScratchKey()
DGrGpu.cpp103 GrRenderable renderable, in createTextureCommon() argument
118 renderable, in createTextureCommon()
125 if (renderable == GrRenderable::kYes) { in createTextureCommon()
134 renderable, in createTextureCommon()
143 SkASSERT(GrRenderable::kNo == renderable || tex->asRenderTarget()); in createTextureCommon()
144 if (!this->caps()->reuseScratchTextures() && renderable == GrRenderable::kNo) { in createTextureCommon()
149 SkASSERT(GrRenderable::kYes == renderable); in createTextureCommon()
159 GrRenderable renderable, in createTexture() argument
175 renderable, in createTexture()
192 GrRenderable renderable, in createTexture() argument
[all …]
DGrProxyProvider.cpp133 GrRenderable renderable, in testingOnly_createInstantiatedProxy() argument
161 renderable, in testingOnly_createInstantiatedProxy()
169 renderable, in testingOnly_createInstantiatedProxy()
186 GrRenderable renderable, in testingOnly_createInstantiatedProxy() argument
195 auto format = this->caps()->getDefaultBackendFormat(colorType, renderable); in testingOnly_createInstantiatedProxy()
198 renderable, in testingOnly_createInstantiatedProxy()
470 GrRenderable renderable, in createProxy() argument
501 renderable, in createProxy()
510 if (renderable == GrRenderable::kYes) { in createProxy()
909 GrRenderable renderable, in MakeFullyLazyProxy() argument
[all …]
/external/mesa3d/src/egl/main/
Deglconfigdebug.c112 EGLint renderable, surfaces, vtype, bindRgb, bindRgba; in _eglPrintConfig() local
147 renderable = conf->RenderableType; in _eglPrintConfig()
155 (renderable & EGL_OPENGL_BIT) ? 'y' : ' ', in _eglPrintConfig()
156 (renderable & EGL_OPENGL_ES_BIT) ? 'y' : ' ', in _eglPrintConfig()
157 (renderable & EGL_OPENGL_ES2_BIT) ? 'y' : ' ', in _eglPrintConfig()
158 (renderable & EGL_OPENGL_ES3_BIT) ? 'y' : ' ', in _eglPrintConfig()
159 (renderable & EGL_OPENVG_BIT) ? 'y' : ' ', surfString); in _eglPrintConfig()
/external/angle/src/tests/gl_tests/
DD3D11FormatTablesTest.cpp102 bool renderable = false; in TEST_P() local
110 renderable = in TEST_P()
112 if (renderable) in TEST_P()
123 renderable = rtSuccess && ((renderSupport & D3D11_FORMAT_SUPPORT_RENDER_TARGET) != 0); in TEST_P()
124 if (renderable) in TEST_P()
130 EXPECT_EQ(renderable, textureInfo.textureAttachment) in TEST_P()
132 EXPECT_EQ(renderable, textureInfo.renderbuffer) << " for " << gl::FmtHex(internalFormat); in TEST_P()
135 EXPECT_TRUE(renderable) << " for " << gl::FmtHex(internalFormat); in TEST_P()
139 if (renderable) in TEST_P()
/external/skia/tools/gpu/
DManagedBackendTexture.cpp77 Renderable renderable, in MakeFromInfo() argument
84 renderable, in MakeFromInfo()
91 Renderable renderable, in MakeFromBitmap() argument
98 return MakeFromPixmap(dContext, srcPixmap, mipmapped, renderable, isProtected); in MakeFromBitmap()
104 Renderable renderable, in MakeFromPixmap() argument
124 renderable, in MakeFromPixmap()
182 Renderable renderable, in MakeUnInit() argument
191 renderable); in MakeUnInit()
206 Renderable renderable, in MakeFromPixmap() argument
208 sk_sp<ManagedGraphiteTexture> mbet = MakeUnInit(recorder, src.info(), mipmapped, renderable, in MakeFromPixmap()
[all …]
DBackendTextureImageFactory.cpp33 Renderable renderable, in MakeBackendTextureImage() argument
39 renderable, in MakeBackendTextureImage()
58 Renderable renderable, in MakeBackendTextureImage() argument
73 renderable, in MakeBackendTextureImage()
DProxyUtils.cpp57 GrRenderable renderable, in MakeTextureProxyViewFromData() argument
66 const GrBackendFormat format = caps->getDefaultBackendFormat(pixmap.colorType(), renderable); in MakeTextureProxyViewFromData()
75 renderable, in MakeTextureProxyViewFromData()
/external/deqp/doc/testspecs/GLES2/
Dfunctional.fbo.completeness.txt22 + dEQP-GLES2.functional.fbo.completeness.renderable.*
57 The "renderable.*" test cases iterate through all the texture formats and
72 renderability of unsized formats that correspond to renderable sized formats.
76 * The type/unsized-format combinations corresponding to the color-renderable
77 sized formats in table 4.5 are expected to be color-renderable. (Consensus
81 expected to be color-renderable. (Consensus in bug 7333.)
86 * If an extension makes another sized format renderable, and there is no text
88 combination, then it is allowed but not required to be renderable.
90 * If a type/unsized-format combination is not specified to be renderable and
91 does not correspond to a renderable sized format, then it is expected to be
[all …]
/external/deqp/modules/egl/
DteglNegativeApiTests.cpp47 static bool renderable(const eglu::CandidateConfig &c) in renderable() function
130 …static const eglu::ConfigFilter s_renderAPIFilters[] = {renderable<EGL_OPENGL_BIT>, renderable<EGL… in init()
131 renderable<EGL_OPENVG_BIT>}; in init()
317 … << renderable<EGL_OPENGL_ES_BIT> << notRenderable<EGL_OPENGL_BIT>)) in init()
326 … << renderable<EGL_OPENGL_ES2_BIT> << notRenderable<EGL_OPENGL_BIT>)) in init()
334 …if (getConfig(&vgOnlyConfig, FilterList() << renderable<EGL_OPENVG_BIT> << notRenderable<EGL_OPENG… in init()
346 FilterList() << renderable< in init()
356 FilterList() << renderable< in init()
368 …if (getConfig(&glOnlyConfig, FilterList() << renderable<EGL_OPENGL_BIT> << notRenderable<EGL_OPENV… in init()
377 … << renderable<EGL_OPENGL_ES_BIT> << notRenderable<EGL_OPENVG_BIT>)) in init()
[all …]
/external/replicaisland/src/com/replica/replicaisland/
DRenderSystem.java141 RenderElement renderable = (RenderElement)element; in release() local
143 final ObjectPool pool = renderable.mDrawable.getParentPool(); in release()
145 pool.release(renderable.mDrawable); in release()
148 renderable.reset(); in release()
/external/deqp/external/openglcts/data/gl_cts/data/mustpass/gles/aosp_mustpass/3.2.4.x/src/
Dgles2-driver-issues.txt220 dEQP-GLES2.functional.fbo.completeness.renderable.texture.color0.rgb_half_float_oes
221 dEQP-GLES2.functional.fbo.completeness.renderable.texture.color0.rgba_half_float_oes
222 dEQP-GLES2.functional.fbo.completeness.renderable.texture.color0.rgb8
223 dEQP-GLES2.functional.fbo.completeness.renderable.texture.color0.rgba4
224 dEQP-GLES2.functional.fbo.completeness.renderable.texture.color0.rgb5_a1
225 dEQP-GLES2.functional.fbo.completeness.renderable.texture.color0.rgba8
226 dEQP-GLES2.functional.fbo.completeness.renderable.texture.color0.rgb10_a2
227 dEQP-GLES2.functional.fbo.completeness.renderable.texture.color0.rgb565
228 dEQP-GLES2.functional.fbo.completeness.renderable.texture.stencil.depth24_stencil8
229 dEQP-GLES2.functional.fbo.completeness.renderable.texture.depth.depth_component16
[all …]
/external/deqp/external/openglcts/data/gl_cts/data/mustpass/gles/aosp_mustpass/3.2.3.x/src/
Dgles2-driver-issues.txt226 dEQP-GLES2.functional.fbo.completeness.renderable.texture.color0.rgb_half_float_oes
227 dEQP-GLES2.functional.fbo.completeness.renderable.texture.color0.rgba_half_float_oes
228 dEQP-GLES2.functional.fbo.completeness.renderable.texture.color0.rgb8
229 dEQP-GLES2.functional.fbo.completeness.renderable.texture.color0.rgba4
230 dEQP-GLES2.functional.fbo.completeness.renderable.texture.color0.rgb5_a1
231 dEQP-GLES2.functional.fbo.completeness.renderable.texture.color0.rgba8
232 dEQP-GLES2.functional.fbo.completeness.renderable.texture.color0.rgb10_a2
233 dEQP-GLES2.functional.fbo.completeness.renderable.texture.color0.rgb565
234 dEQP-GLES2.functional.fbo.completeness.renderable.texture.stencil.depth24_stencil8
235 dEQP-GLES2.functional.fbo.completeness.renderable.texture.depth.depth_component16
[all …]
/external/mesa3d/src/intel/ci/
Dangle-anv-adl-fails.txt20 dEQP-GLES2.functional.fbo.completeness.renderable.renderbuffer.color0.bgra,Fail
29 dEQP-GLES2.functional.fbo.completeness.renderable.renderbuffer.depth.bgra,Fail
30 dEQP-GLES2.functional.fbo.completeness.renderable.renderbuffer.stencil.bgra,Fail
50 dEQP-GLES3.functional.fbo.completeness.renderable.renderbuffer.color0.bgra,Fail
51 dEQP-GLES3.functional.fbo.completeness.renderable.renderbuffer.depth.bgra,Fail
52 dEQP-GLES3.functional.fbo.completeness.renderable.renderbuffer.stencil.bgra,Fail
Dangle-anv-tgl-fails.txt20 dEQP-GLES2.functional.fbo.completeness.renderable.renderbuffer.color0.bgra,Fail
29 dEQP-GLES2.functional.fbo.completeness.renderable.renderbuffer.depth.bgra,Fail
30 dEQP-GLES2.functional.fbo.completeness.renderable.renderbuffer.stencil.bgra,Fail
50 dEQP-GLES3.functional.fbo.completeness.renderable.renderbuffer.color0.bgra,Fail
51 dEQP-GLES3.functional.fbo.completeness.renderable.renderbuffer.depth.bgra,Fail
52 dEQP-GLES3.functional.fbo.completeness.renderable.renderbuffer.stencil.bgra,Fail
Dangle-anv-jsl-fails.txt27 dEQP-GLES2.functional.fbo.completeness.renderable.renderbuffer.color0.bgra,Fail
32 dEQP-GLES2.functional.fbo.completeness.renderable.renderbuffer.depth.bgra,Fail
40 dEQP-GLES2.functional.fbo.completeness.renderable.renderbuffer.stencil.bgra,Fail
55 dEQP-GLES3.functional.fbo.completeness.renderable.renderbuffer.depth.bgra,Fail
56 dEQP-GLES3.functional.fbo.completeness.renderable.renderbuffer.stencil.bgra,Fail
68 dEQP-GLES3.functional.fbo.completeness.renderable.renderbuffer.color0.bgra,Fail
/external/mesa3d/src/amd/ci/
Dangle-radv-stoney-aco-fails.txt47 dEQP-GLES2.functional.fbo.completeness.renderable.renderbuffer.color0.bgra,Fail
49 dEQP-GLES2.functional.fbo.completeness.renderable.renderbuffer.stencil.bgra,Fail
61 dEQP-GLES2.functional.fbo.completeness.renderable.renderbuffer.depth.bgra,Fail
71 dEQP-GLES3.functional.fbo.completeness.renderable.renderbuffer.stencil.bgra,Fail
72 dEQP-GLES3.functional.fbo.completeness.renderable.renderbuffer.depth.bgra,Fail
83 dEQP-GLES3.functional.fbo.completeness.renderable.renderbuffer.color0.bgra,Fail

1234567