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

  /frameworks/native/opengl/libagl/
egl.cpp 172 egl_surface_t(EGLDisplay dpy, EGLConfig config, int32_t depthFormat);
196 int32_t depthFormat)
201 depth.format = depthFormat;
240 int32_t depthFormat,
361 int32_t depthFormat,
363 : egl_surface_t(dpy, config, depthFormat),
667 int32_t depthFormat,
683 int32_t depthFormat,
685 : egl_surface_t(dpy, config, depthFormat), nativePixmap(*pixmap)
687 if (depthFormat) {
    [all...]
  /external/swiftshader/src/OpenGL/libGL/
utilities.h 84 GLuint GetDepthSize(sw::Format depthFormat);
utilities.cpp 817 unsigned int GetDepthSize(sw::Format depthFormat)
819 switch(depthFormat)
  /external/swiftshader/src/OpenGL/libGLES_CM/
utilities.h 78 GLuint GetDepthSize(sw::Format depthFormat);
utilities.cpp 671 unsigned int GetDepthSize(sw::Format depthFormat)
673 switch(depthFormat)
  /external/deqp/external/vulkancts/modules/vulkan/
vktDrawUtil.hpp 47 vk::VkFormat depthFormat;
vktDrawUtil.cpp 461 m_drawState.depthFormat, // VkFormat format
    [all...]
  /external/swiftshader/src/OpenGL/libGLESv2/
utilities.h 92 GLuint GetDepthSize(sw::Format depthFormat);
utilities.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineDepthTests.cpp 118 const VkFormat depthFormat,
132 DepthTestInstance (Context& context, const VkFormat depthFormat, const VkCompareOp depthCompareOps[DepthTest::QUAD_COUNT]);
182 const VkFormat depthFormat,
185 , m_depthFormat (depthFormat)
223 const VkFormat depthFormat,
228 , m_depthFormat (depthFormat)
    [all...]
vktPipelineTimestampTests.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/query_pool/
vktQueryPoolOcclusionTests.cpp 85 vk::VkFormat depthFormat = vk::VK_FORMAT_D16_UNORM;
105 ImageCreateInfo depthImageCreateInfo(vk::VK_IMAGE_TYPE_2D, depthFormat, imageExtent, 1, 1, vk::VK_SAMPLE_COUNT_1_BIT, vk::VK_IMAGE_TILING_OPTIMAL,
111 const ImageViewCreateInfo depthViewInfo(m_DepthImage->object(), vk::VK_IMAGE_VIEW_TYPE_2D, depthFormat);
128 renderPassCreateInfo.addAttachment(AttachmentDescription(depthFormat, // format
    [all...]
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
state.h 959 SWR_FORMAT depthFormat; // @llvm_enum
    [all...]
rasterizer.cpp 452 if (pState->depthFormat == R24_UNORM_X8_TYPELESS)
456 else if (pState->depthFormat == R16_UNORM)
462 SWR_ASSERT(pState->depthFormat == R32_FLOAT);
    [all...]
api.cpp 952 switch (pState->state.rastState.depthFormat)
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/renderpass/
vktRenderPassTests.cpp     [all...]
  /external/mesa3d/src/gallium/drivers/swr/
swr_state.cpp 1013 rastState->depthFormat = swr_resource(zb->texture)->swr.format;
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRenderBuiltinVarTests.cpp 787 drawState.depthFormat = m_format;
    [all...]

Completed in 464 milliseconds