Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DVkImageView.hpp114 int getSampleCount() const in getSampleCount() function in vk::ImageView
/third_party/skia/tools/gpu/gl/command_buffer/
DGLTestContext_command_buffer.cpp422 int CommandBufferGLTestContext::getSampleCount() { in getSampleCount() function in sk_gpu_test::CommandBufferGLTestContext
/third_party/flutter/skia/tools/gpu/gl/command_buffer/
DGLTestContext_command_buffer.cpp390 int CommandBufferGLTestContext::getSampleCount() { in getSampleCount() function in sk_gpu_test::CommandBufferGLTestContext
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
Drenderer11_utils.h389 int getSampleCount() const { return mSampleCount; } in getSampleCount() function
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
Drenderer11_utils.h390 int getSampleCount() const { return mSampleCount; } in getSampleCount() function
/third_party/skia/third_party/externals/swiftshader/src/Device/
DContext.hpp172 inline int getSampleCount() const { return sampleCount; } in getSampleCount() function