Home
last modified time | relevance | path

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

123

/external/autotest/client/site_tests/graphics_dEQP/expectations/haswell/
DdEQP-GLES3.functional.QualityWarning.bz2 ... dEQP-GLES3.functional.fbo.completeness.renderable.texture.color0.red_float 2dEQP-GLES3 ...
DdEQP-GLES2.functional.QualityWarning.bz2 ... dEQP-GLES2.functional.fbo.completeness.renderable.texture.color0.red_float 38dEQP-GLES2 ...
DdEQP-GLES2.functional.Fail.bz2
/external/autotest/client/site_tests/graphics_dEQP/expectations/ivybridge/
DdEQP-GLES3.functional.QualityWarning.bz2 ... dEQP-GLES3.functional.fbo.completeness.renderable.texture.color0.red_float 2dEQP-GLES3 ...
DdEQP-GLES2.functional.QualityWarning.bz2 ... dEQP-GLES2.functional.fbo.completeness.renderable.texture.color0.red_float 38dEQP-GLES2 ...
DdEQP-GLES2.functional.Fail.bz2 ... dEQP-GLES2.functional.fbo.completeness.renderable.renderbuffer.color0.r11f_g11f_b10f 25dEQP-GLES2 ...
/external/autotest/client/site_tests/graphics_dEQP/expectations/sandybridge/
DdEQP-GLES3.functional.QualityWarning.bz2 ... dEQP-GLES3.functional.fbo.completeness.renderable.texture.color0.red_float 2dEQP-GLES3 ...
DdEQP-GLES2.functional.QualityWarning.bz2 ... dEQP-GLES2.functional.fbo.completeness.renderable.texture.color0.red_float 38dEQP-GLES2 ...
/external/autotest/client/site_tests/graphics_dEQP/expectations/baytrail/
DdEQP-GLES3.functional.QualityWarning.bz2
DdEQP-GLES2.functional.QualityWarning.bz2 ... dEQP-GLES2.functional.fbo.completeness.renderable.texture.color0.red_float 38dEQP-GLES2 ...
DdEQP-GLES2.functional.Fail.bz2 ... dEQP-GLES2.functional.fbo.completeness.renderable.renderbuffer.color0.r11f_g11f_b10f 25dEQP-GLES2 ...
/external/autotest/client/site_tests/graphics_dEQP/expectations/broadwell/
DdEQP-GLES3.functional.QualityWarning.bz2 ... dEQP-GLES3.functional.fbo.completeness.renderable.texture.color0.red_float 2dEQP-GLES3 ...
DdEQP-GLES2.functional.QualityWarning.bz2 ... dEQP-GLES2.functional.fbo.completeness.renderable.texture.color0.red_float 38dEQP-GLES2 ...
/external/autotest/client/site_tests/graphics_dEQP/expectations/braswell/
DdEQP-GLES3.functional.QualityWarning.bz2 ... dEQP-GLES3.functional.fbo.completeness.renderable.texture.color0.red_float 2dEQP-GLES3 ...
DdEQP-GLES2.functional.QualityWarning.bz2 ... dEQP-GLES2.functional.fbo.completeness.renderable.texture.color0.red_float 38dEQP-GLES2 ...
/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/autotest/client/site_tests/graphics_dEQP/expectations/rogue/
DdEQP-GLES2.functional.Fail.bz2 ... dEQP-GLES2.functional.fbo.completeness.renderable.renderbuffer.color0.r11f_g11f_b10f 20dEQP-GLES2 ...
/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/modules/egl/
DteglNegativeApiTests.cpp47 static bool renderable (const eglu::CandidateConfig& c) in renderable() function
309 …if (getConfig(&es1OnlyConfig, FilterList() << renderable<EGL_OPENGL_ES_BIT> << notRenderable<EGL_O… in init()
317 …if (getConfig(&es2OnlyConfig, FilterList() << renderable<EGL_OPENGL_ES2_BIT> << notRenderable<EGL_… in init()
325 …if (getConfig(&vgOnlyConfig, FilterList() << renderable<EGL_OPENVG_BIT> << notRenderable<EGL_OPENG… in init()
336 …if (getConfig(&glOnlyConfig, FilterList() << renderable<EGL_OPENGL_BIT> << notRenderable<EGL_OPENG… in init()
344 …if (getConfig(&vgOnlyConfig, FilterList() << renderable<EGL_OPENVG_BIT> << notRenderable<EGL_OPENG… in init()
355 …if (getConfig(&glOnlyConfig, FilterList() << renderable<EGL_OPENGL_BIT> << notRenderable<EGL_OPENV… in init()
363 …if (getConfig(&es1OnlyConfig, FilterList() << renderable<EGL_OPENGL_ES_BIT> << notRenderable<EGL_O… in init()
371 …if (getConfig(&es2OnlyConfig, FilterList() << renderable<EGL_OPENGL_ES2_BIT> << notRenderable<EGL_… in init()
416 if (getConfig(&glConfig, FilterList() << renderable<EGL_OPENGL_BIT>)) in init()
[all …]
DteglColorClearTests.cpp75 static bool renderable (const eglu::CandidateConfig& c) in renderable() function
82 #define CASE(NAME, DESC, BITS, NUMCFG) { NAME, DESC, BITS, renderable<BITS>, NUMCFG } in init()
DteglCreateContextExtTests.cpp1024 static bool renderable (const eglu::CandidateConfig& c) in renderable() function
1033 case EGL_OPENGL_ES2_BIT: return renderable<EGL_OPENGL_ES2_BIT>; in getRenderableFilter()
1034 case EGL_OPENGL_ES3_BIT: return renderable<EGL_OPENGL_ES3_BIT>; in getRenderableFilter()
1035 case EGL_OPENGL_BIT: return renderable<EGL_OPENGL_BIT>; in getRenderableFilter()
1038 return renderable<0>; in getRenderableFilter()
/external/autotest/client/site_tests/graphics_dEQP/expectations/skylake/
DdEQP-GLES2.functional.QualityWarning.bz2 ... dEQP-GLES2.functional.fbo.completeness.renderable.texture.color0.red_float 38dEQP-GLES2 ...
DdEQP-GLES2.functional.Fail.bz2 ... dEQP-GLES2.functional.fbo.completeness.renderable.renderbuffer.color0.r11f_g11f_b10f 25dEQP-GLES2 ...
/external/deqp/android/cts/master/src/
Dgles2-test-issues.txt6 dEQP-GLES2.functional.fbo.completeness.renderable.renderbuffer.color0.rgb16f
7 dEQP-GLES2.functional.fbo.completeness.renderable.texture.color0.rgb16f
/external/mesa3d/src/mesa/state_tracker/
Dst_format.h63 GLenum format, GLenum type, GLboolean renderable);

123