Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/third-party/angle/src/tests/gl_tests/
DD3D11FormatTablesTest.cpp94 bool renderable = false; in TEST_P() local
102 renderable = in TEST_P()
104 if (renderable) in TEST_P()
115 renderable = rtSuccess && ((renderSupport & D3D11_FORMAT_SUPPORT_RENDER_TARGET) != 0); in TEST_P()
116 if (renderable) in TEST_P()
122 EXPECT_EQ(renderable, textureInfo.textureAttachment) in TEST_P()
124 EXPECT_EQ(renderable, textureInfo.renderbuffer) << " for " << gl::FmtHex(internalFormat); in TEST_P()
127 EXPECT_TRUE(renderable) << " for " << gl::FmtHex(internalFormat); in TEST_P()
131 if (renderable) in TEST_P()
/device/generic/vulkan-cereal/third-party/angle/extensions/
DEXT_texture_rg.txt149 "Color-renderable formats contain red, and possibly green, blue, and alpha
150 components; depth-renderable formats contain depth components; and
151 stencil-renderable formats contain stencil components."
154 renderable type (color-, depth-, or stencil-renderable) and the number of
161 R8_EXT color-renderable 8
162 RG8_EXT color-renderable 8 8
DANGLE_depth_texture.txt256 "* An internal format is color-renderable if it is one of the formats
257 from table 4.5 noted as color-renderable or if it is unsized format
259 are color-renderable.
261 * An internal format is depth-renderable if it is one of the sized
262 internal formats from table 4.5 noted as depth-renderable, if it
265 depth-renderable.
267 * An internal format is stencil-renderable if it is one of the sized
268 internal formats from table 4.5 noted as stencil-renderable or if it
269 is DEPTH24_STENCIL8_OES. No other formats are stencil-renderable."
DANGLE_texture_multisample.txt304 color-renderable, depth-renderable, or stencil-renderable (as defined
521 internalformat is a depth or stencil-renderable format and target is
523 if internal format is a color-renderable format and target is
562 <sizedinternalformat> is not color-renderable, depth-renderable, or
563 stencil-renderable (as defined
DANGLE_framebuffer_multisample.txt156 RENDERBUFFER. <internalformat> must be one of the color-renderable,
157 depth-renderable, or stencil-renderable formats described in table 4.5.
286 or stencil-renderable formats in Table 4.5, then the error
DANGLE_texture_usage.txt174 However renderable textures cannot be dynamic in D3D9, which eliminates the
DEXT_color_buffer_float.txt101 Convert the dash under 'Color-renderable' to a 'check' for the
DEXT_draw_buffers.txt350 have a color-renderable internal format."
/device/generic/vulkan-cereal/third-party/angle/src/tests/deqp_support/
Ddeqp_gles2_test_expectations.txt125 1656 OPENGL : dEQP-GLES2.functional.fbo.completeness.renderable.texture.color0.srgb8_alpha8 = FAIL
126 1656 OPENGL : dEQP-GLES2.functional.fbo.completeness.renderable.texture.stencil.srgb8_alpha8 = FAIL
127 1656 OPENGL : dEQP-GLES2.functional.fbo.completeness.renderable.texture.depth.srgb8_alpha8 = FAIL
234 3716 NEXUS5X GLES : dEQP-GLES2.functional.fbo.completeness.renderable.texture.depth.depth_component…
235 3716 NEXUS5X GLES : dEQP-GLES2.functional.fbo.completeness.renderable.texture.depth.depth_component…
236 3716 NEXUS5X GLES : dEQP-GLES2.functional.fbo.completeness.renderable.texture.depth.depth_stencil_u…
237 3716 NEXUS5X GLES : dEQP-GLES2.functional.fbo.completeness.renderable.texture.stencil.depth_stencil…
Ddeqp_gles3_test_expectations.txt437 1487 ANDROID GLES : dEQP-GLES3.functional.fbo.completeness.renderable.texture.color0.red_half_float…
438 1487 ANDROID GLES : dEQP-GLES3.functional.fbo.completeness.renderable.texture.color0.rg_half_float_…
439 1487 ANDROID GLES : dEQP-GLES3.functional.fbo.completeness.renderable.texture.stencil.depth_stencil…
440 1487 ANDROID GLES : dEQP-GLES3.functional.fbo.completeness.renderable.texture.depth.depth_stencil_u…
441 1487 ANDROID GLES : dEQP-GLES3.functional.fbo.completeness.renderable.texture.depth.depth_component…
442 1487 ANDROID GLES : dEQP-GLES3.functional.fbo.completeness.renderable.texture.depth.depth_component…
485 2567 ANDROID GLES : dEQP-GLES3.functional.fbo.completeness.renderable.texture.depth.red_unsigned_by…
486 2567 ANDROID GLES : dEQP-GLES3.functional.fbo.completeness.renderable.texture.depth.rg_unsigned_byt…
487 2567 ANDROID GLES : dEQP-GLES3.functional.fbo.completeness.renderable.texture.stencil.red_unsigned_…
488 2567 ANDROID GLES : dEQP-GLES3.functional.fbo.completeness.renderable.texture.stencil.rg_unsigned_b…
/device/generic/goldfish-opengl/shared/OpenglCodecCommon/
DGLClientState.cpp1877 bool renderable = false; in checkFramebufferAttachmentCompleteness() local
1882renderable = fbo_format_info.rb_external || depthRenderableFormat(fbo_format_info.rb_format); in checkFramebufferAttachmentCompleteness()
1885renderable = fbo_format_info.rb_external || stencilRenderableFormat(fbo_format_info.rb_format); in checkFramebufferAttachmentCompleteness()
1888 renderable = fbo_format_info.rb_external || colorRenderableFormat( in checkFramebufferAttachmentCompleteness()
1894 if (!renderable) { in checkFramebufferAttachmentCompleteness()
1902renderable = fbo_format_info.tex_external || depthRenderableFormat(fbo_format_info.tex_internalfor… in checkFramebufferAttachmentCompleteness()
1905renderable = fbo_format_info.tex_external || stencilRenderableFormat(fbo_format_info.tex_internalf… in checkFramebufferAttachmentCompleteness()
1908 renderable = fbo_format_info.tex_external || colorRenderableFormat( in checkFramebufferAttachmentCompleteness()
1914 if (!renderable) { in checkFramebufferAttachmentCompleteness()
1925 if (!renderable) return GL_FRAMEBUFFER_INCOMPLETE_ATTACHMENT; in checkFramebufferAttachmentCompleteness()
/device/generic/vulkan-cereal/protocols/vulkan/chapters/VK_EXT_metal_surface/
DplatformCreateSurface_metal.txt39 representing a renderable surface.
/device/generic/vulkan-cereal/stream-servers/glestranslator/EGL/
DEglDisplay.cpp342 EGLint red, green, blue, alpha, depth, stencil, renderable, surface; in initConfigurations() local
349 config->getConfAttrib(EGL_RENDERABLE_TYPE, &renderable); in initConfigurations()
/device/generic/vulkan-cereal/protocols/vulkan/chapters/VK_KHR_surface/
Dwsi.txt848 a color renderable format for ename:VK_IMAGE_TILING_OPTIMAL, then