HomeSort by relevance Sort by last modified time
    Searched defs:textureFormat (Results 1 - 4 of 4) sorted by null

  /external/deqp/framework/common/
tcuImageIO.cpp 107 TextureFormat textureFormat;
114 textureFormat = TextureFormat(TextureFormat::RGB, TextureFormat::UNORM_INT8);
116 textureFormat = TextureFormat(TextureFormat::RGBA, TextureFormat::UNORM_INT8)
    [all...]
  /external/deqp/modules/egl/
teglQuerySurfaceTests.cpp 419 const EGLint textureFormat = eglu::querySurfaceInt(egl, display, *surface, EGL_TEXTURE_FORMAT);
421 if (textureFormat != EGL_NO_TEXTURE && textureFormat != EGL_TEXTURE_RGB && textureFormat != EGL_TEXTURE_RGBA)
423 log << TestLog::Message << " Fail, invalid texture format value " << textureFormat << TestLog::EndMessage;
  /external/mesa3d/src/glx/
glxclient.h 138 GLenum textureFormat; /* EXT_texture_from_pixmap support */
  /external/deqp/external/vulkancts/modules/vulkan/
vktRenderPassTests.cpp 332 const tcu::TextureFormat format = mapVkFormat(vkFormat);
334 DE_STATIC_ASSERT(tcu::TextureFormat::CHANNELORDER_LAST == 21);
338 case tcu::TextureFormat::DS:
341 case tcu::TextureFormat::D:
344 case tcu::TextureFormat::S:
791 const tcu::TextureFormat format = mapVkFormat(vkFormat);
853 const tcu::TextureFormat format = mapVkFormat(vkFormat);
881 const tcu::TextureFormat format = mapVkFormat(attachment.getFormat());
    [all...]

Completed in 470 milliseconds