Searched refs:GLS_ARRAY_RANGE (Results 1 – 5 of 5) sorted by relevance
/third_party/vk-gl-cts/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) }, 170 GLS_ARRAY_RANGE(s_oesTextureFloatFormats) 175 GLS_ARRAY_RANGE(s_oesTextureHalfFloatFormats) 182 GLS_ARRAY_RANGE(s_extColorBufferHalfFloatUnsized) 189 GLS_ARRAY_RANGE(s_extSrgbWriteControlFormats) 204 GLS_ARRAY_RANGE(s_es3NoExtRboFormats) 209 GLS_ARRAY_RANGE(s_es3NoExtTextureFormats) [all …]
|
/third_party/vk-gl-cts/modules/glshared/ |
D | glsFboCompletenessTests.cpp | 217 GLS_ARRAY_RANGE(s_oesDepthTextureFormats), 222 GLS_ARRAY_RANGE(s_oesPackedDepthStencilSizedFormats) 227 GLS_ARRAY_RANGE(s_oesPackedDepthStencilSizedFormats) 232 GLS_ARRAY_RANGE(s_oesPackedDepthStencilTexFormats) 238 GLS_ARRAY_RANGE(s_oesDepthTextureFormats), 243 GLS_ARRAY_RANGE(s_oesPackedDepthStencilTexFormats), 251 GLS_ARRAY_RANGE(s_extColorBufferHalfFloatFormats) 261 GLS_ARRAY_RANGE(s_oesRequiredInternalFormatColorFormats) 266 GLS_ARRAY_RANGE(s_oesRequiredInternalFormatDepthFormats) 271 GLS_ARRAY_RANGE(s_extTextureRgRboFormats) [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()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
D | es3fFboCompletenessTests.cpp | 109 GLS_ARRAY_RANGE(s_es3UnsizedColorRenderables) }, 111 GLS_ARRAY_RANGE(s_es3ColorRenderables) }, 113 GLS_ARRAY_RANGE(s_es3DepthRenderables) }, 115 GLS_ARRAY_RANGE(s_es3StencilRboRenderables) }, 117 GLS_ARRAY_RANGE(s_es3StencilRenderables) }, 119 GLS_ARRAY_RANGE(s_es3NotRenderableTextureFormats) }, 125 GLS_ARRAY_RANGE(s_es3TextureFloatFormats) }, 158 GLS_ARRAY_RANGE(s_extColorBufferFloatFormats) 165 GLS_ARRAY_RANGE(s_extOESTextureStencil8) 176 GLS_ARRAY_RANGE(s_extRenderSnorm) [all …]
|