Home
last modified time | relevance | path

Searched defs:depthFormat (Results 1 – 6 of 6) sorted by relevance

/third_party/flutter/skia/third_party/externals/angle2/src/tests/gl_tests/
DWebGLFramebufferTest.cpp490 GLenum *depthFormat, in tryDepth()
508 bool checkValidColorDepthCombination(GLenum *depthFormat, GLenum *depthAttachment) in checkValidColorDepthCombination()
567 void WebGLFramebufferTest::testUsingIncompleteFramebuffer(GLenum depthFormat, in testUsingIncompleteFramebuffer()
614 void testFramebufferIncompleteAttachment(GLenum depthFormat) in testFramebufferIncompleteAttachment()
659 void testFramebufferIncompleteDimensions(GLenum depthFormat, GLenum depthAttachment) in testFramebufferIncompleteDimensions()
800 GLenum depthFormat = GL_NONE; in TEST_P() local
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DWebGLFramebufferTest.cpp490 GLenum *depthFormat, in tryDepth()
508 bool checkValidColorDepthCombination(GLenum *depthFormat, GLenum *depthAttachment) in checkValidColorDepthCombination()
567 void WebGLFramebufferTest::testUsingIncompleteFramebuffer(GLenum depthFormat, in testUsingIncompleteFramebuffer()
614 void testFramebufferIncompleteAttachment(GLenum depthFormat) in testFramebufferIncompleteAttachment()
659 void testFramebufferIncompleteDimensions(GLenum depthFormat, GLenum depthAttachment) in testFramebufferIncompleteDimensions()
794 GLenum depthFormat = GL_NONE; in TEST_P() local
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
DReadOnlyDepthStencilAttachmentTests.cpp206 wgpu::TextureFormat depthFormat = GetParam().mTextureFormat; in TEST_P() local
DDepthBiasTests.cpp28 void RunDepthBiasTest(wgpu::TextureFormat depthFormat, in RunDepthBiasTest()
/third_party/skia/third_party/externals/swiftshader/src/Device/
DPixelProcessor.hpp98 vk::Format depthFormat; member
DContext.cpp163 VkFormat Attachments::depthFormat() const in depthFormat() function in vk::Attachments