Searched refs:GLS_ARRAY_RANGE (Results 1 – 5 of 5) sorted by relevance
/external/deqp/modules/gles2/functional/ |
D | es2fFboCompletenessTests.cpp | 73 GLS_ARRAY_RANGE(s_es2UnsizedColorRenderables) }, 75 GLS_ARRAY_RANGE(s_es2ColorRenderables) }, 77 GLS_ARRAY_RANGE(s_es2DepthRenderables) }, 79 GLS_ARRAY_RANGE(s_es2StencilRenderables) }, 143 GLS_ARRAY_RANGE(s_oesTextureFloatFormats) 148 GLS_ARRAY_RANGE(s_oesTextureHalfFloatFormats) 155 GLS_ARRAY_RANGE(s_extSrgbWriteControlFormats) 170 GLS_ARRAY_RANGE(s_es3NoExtRboFormats) 175 GLS_ARRAY_RANGE(s_es3NoExtTextureFormats) 180 GLS_ARRAY_RANGE(s_es3NoExtTextureColorRenderableFormats) [all …]
|
/external/deqp/modules/glshared/ |
D | glsFboCompletenessTests.cpp | 218 GLS_ARRAY_RANGE(s_oesDepthTextureFormats), 223 GLS_ARRAY_RANGE(s_oesPackedDepthStencilSizedFormats) 228 GLS_ARRAY_RANGE(s_oesPackedDepthStencilSizedFormats) 233 GLS_ARRAY_RANGE(s_oesPackedDepthStencilTexFormats) 241 GLS_ARRAY_RANGE(s_extColorBufferHalfFloatFormats) 251 GLS_ARRAY_RANGE(s_oesRequiredInternalFormatColorFormats) 256 GLS_ARRAY_RANGE(s_oesRequiredInternalFormatDepthFormats) 261 GLS_ARRAY_RANGE(s_extTextureRgRboFormats) 268 GLS_ARRAY_RANGE(s_extTextureRgTexFormats) 273 GLS_ARRAY_RANGE(s_extTextureRgFloatTexFormats) [all …]
|
D | glsFboUtil.hpp | 62 #define GLS_ARRAY_RANGE(ARR) { DE_ARRAY_BEGIN(ARR), DE_ARRAY_END(ARR) } macro
|
D | glsFboUtil.cpp | 378 const Range<GLenum> range = GLS_ARRAY_RANGE(s_cubeMapFaces); in glInit()
|
/external/deqp/modules/gles3/functional/ |
D | es3fFboCompletenessTests.cpp | 108 GLS_ARRAY_RANGE(s_es3UnsizedColorRenderables) }, 110 GLS_ARRAY_RANGE(s_es3ColorRenderables) }, 112 GLS_ARRAY_RANGE(s_es3DepthRenderables) }, 114 GLS_ARRAY_RANGE(s_es3StencilRboRenderables) }, 116 GLS_ARRAY_RANGE(s_es3StencilRenderables) }, 118 GLS_ARRAY_RANGE(s_es3NotRenderableTextureFormats) }, 124 GLS_ARRAY_RANGE(s_es3TextureFloatFormats) }, 152 GLS_ARRAY_RANGE(s_extColorBufferFloatFormats) 159 GLS_ARRAY_RANGE(s_extOESTextureStencil8) 170 GLS_ARRAY_RANGE(s_extRenderSnorm) [all …]
|