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

  /external/deqp/external/vulkancts/framework/vulkan/
vkImageUtil.hpp 45 tcu::TextureFormat getDepthCopyFormat (VkFormat combinedFormat);
46 tcu::TextureFormat getStencilCopyFormat (VkFormat combinedFormat);
vkImageUtil.cpp     [all...]
  /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);

Completed in 67 milliseconds