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

  /external/deqp/framework/opengl/
gluFboRenderContext.cpp 72 const tcu::TextureFormat combinedFormat = glu::mapGLInternalFormat(depthStencilFormat);
74 *depthBits = getNumDepthBits(combinedFormat);
75 *stencilBits = getNumStencilBits(combinedFormat);
134 const tcu::TextureFormat combinedFormat = glu::mapGLInternalFormat(format);
135 const int depthBits = getNumDepthBits(combinedFormat);
136 const int stencilBits = getNumStencilBits(combinedFormat);
  /external/deqp/external/vulkancts/framework/vulkan/
vkImageUtil.hpp 50 tcu::TextureFormat getDepthCopyFormat (VkFormat combinedFormat);
51 tcu::TextureFormat getStencilCopyFormat (VkFormat combinedFormat);
vkImageUtil.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiCopiesAndBlittingTests.cpp 272 const tcu::TextureFormat mapCombinedToDepthTransferFormat (const tcu::TextureFormat& combinedFormat)
275 switch (combinedFormat.type)
    [all...]

Completed in 3898 milliseconds