HomeSort by relevance Sort by last modified time
    Searched refs:s_formats (Results 1 - 6 of 6) sorted by null

  /external/deqp/framework/opengl/
gluFboRenderContext.cpp 80 static const deUint32 s_formats[] = local
92 for (int fmtNdx = 0; fmtNdx < DE_LENGTH_OF_ARRAY(s_formats); fmtNdx++)
94 const deUint32 format = s_formats[fmtNdx];
121 static const deUint32 s_formats[] = local
131 for (int fmtNdx = 0; fmtNdx < DE_LENGTH_OF_ARRAY(s_formats); fmtNdx++)
133 const deUint32 format = s_formats[fmtNdx];
  /external/deqp/external/vulkancts/modules/vulkan/image/
vktImageLoadStoreTests.cpp 1258 static const VkFormat s_formats[] = member in namespace:vkt::image::__anon17710
    [all...]
vktImageMutableTests.cpp 181 static const VkFormat s_formats[] = member in namespace:vkt::image
    [all...]
  /external/deqp/external/openglcts/modules/gl/
gl3cTextureSizePromotion.cpp 95 if (glu::contextSupports(context_type, s_formats[i].required_by_context.getAPI()))
109 if (!s_formats[i]
115 if (isDepthType(s_formats[i]) || isStencilType(s_formats[i]))
121 if ((isDepthType(s_formats[i]) || isStencilType(s_formats[i])) &&
128 prepareSourceTexture(s_formats[i], s_source_texture_targets[j]);
131 is_ok = is_ok & checkSourceTextureSizeAndType(s_formats[i], s_source_texture_targets[j]);
137 prepareDestinationTextureAndFramebuffer(s_formats[i], GL_TEXTURE_2D);
141 prepareProgram(s_source_texture_targets[j], s_formats[i], ColorChannelSelector(k))
1192 const FunctionalTest::TextureInternalFormatDescriptor FunctionalTest::s_formats[] = { member in class:gl3cts::TextureSizePromotion::FunctionalTest
    [all...]
gl3cTextureSizePromotion.hpp 188 s_formats[]; //!< List of internal formats (and their descriptions) to be tested by Functional Test. member in class:gl3cts::TextureSizePromotion::FunctionalTest
  /external/deqp/modules/gles3/functional/
es3fFboCompletenessTests.cpp 395 static const GLenum s_formats[] = local
404 const ImageFormat fmt = { s_formats[i], GL_NONE };

Completed in 236 milliseconds