Home
last modified time | relevance | path

Searched refs:FormatKey (Results 1 – 5 of 5) sorted by relevance

/external/deqp/modules/gles2/functional/
Des2fFboCompletenessTests.cpp43 static const FormatKey s_es2ColorRenderables[] = {
54 static const FormatKey s_es2UnsizedColorRenderables[] = {GLS_UNSIZED_FORMATKEY(GL_RGBA, GL_UNSIGNED…
58 static const FormatKey s_es2DepthRenderables[] = {
62 static const FormatKey s_es2StencilRenderables[] = {
77 static const FormatKey s_oesTextureFloatFormats[] = {
83 static const FormatKey s_oesTextureHalfFloatFormats[] = {
89 static const FormatKey s_extColorBufferHalfFloatUnsized[] = {
94 static const FormatKey s_extSrgbWriteControlFormats[] = {GL_SRGB8_ALPHA8};
97 static const FormatKey s_es3NoExtRboFormats[] = {
101 static const FormatKey s_es3NoExtTextureFormats[] = {
[all …]
/external/deqp/modules/glshared/
DglsFboCompletenessTests.cpp66 static const FormatKey s_oesDepthTextureFormats[] = {
72 static const FormatKey s_oesPackedDepthStencilSizedFormats[] = {
76 static const FormatKey s_oesPackedDepthStencilTexFormats[] = {
81 static const FormatKey s_oesRequiredInternalFormatColorFormats[] = {
85 static const FormatKey s_oesRequiredInternalFormatDepthFormats[] = {
90 static const FormatKey s_extColorBufferHalfFloatFormats[] = {
97 static const FormatKey s_oesDepth24SizedFormats[] = {GL_DEPTH_COMPONENT24};
99 static const FormatKey s_oesDepth32SizedFormats[] = {GL_DEPTH_COMPONENT32};
101 static const FormatKey s_oesRgb8Rgba8RboFormats[] = {
106 static const FormatKey s_oesRequiredInternalFormatRgb8ColorFormat[] = {
[all …]
DglsFboUtil.hpp96 typedef uint32_t FormatKey; typedef
100 typedef Range<FormatKey> FormatKeys;
123 static inline ImageFormat formatKeyInfo(FormatKey key) in formatKeyInfo()
188 Range<FormatKey> formats;
DglsFboUtil.cpp228 for (const FormatKey *it2 = it->second.begin(); it2 != it->second.end(); it2++) in addFormats()
268 for (const FormatKey *i2 = entryIt->formats.begin(); i2 != entryIt->formats.end(); i2++) in addExtFormats()
/external/deqp/modules/gles3/functional/
Des3fFboCompletenessTests.cpp46 static const FormatKey s_es3ColorRenderables[] = {
55 static const FormatKey s_es3UnsizedColorRenderables[] = {
65 static const FormatKey s_es3DepthRenderables[] = {
71 static const FormatKey s_es3StencilRboRenderables[] = {
77 static const FormatKey s_es3StencilRenderables[] = {
84 static const FormatKey s_es3TextureFloatFormats[] = {
89 static const FormatKey s_es3NotRenderableTextureFormats[] = {
113 static const FormatKey s_extColorBufferFloatFormats[] = {
118 static const FormatKey s_qcomRenderSharedExponent[] = {
122 static const FormatKey s_extOESTextureStencil8[] = {
[all …]