Home
last modified time | relevance | path

Searched defs:is3D (Results 1 – 12 of 12) sorted by relevance

/third_party/skia/modules/skottie/src/
DLayer.h51 bool is3D() const { return fFlags & Flags::kIs3D; } in is3D() function
/third_party/vk-gl-cts/modules/glshared/
DglsTextureTestUtil.cpp132 bool is3D = de::inRange<int>(program, PROGRAM_3D_FLOAT, PROGRAM_3D_UINT_BIAS); in getProgram() local
/third_party/skia/third_party/externals/swiftshader/src/Device/
DSampler.hpp156 bool is3D() const in is3D() function
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
Drenderer11_utils.h384 bool is3D() const { return mData->resourceType == ResourceType::Texture3D; } in is3D() function
/third_party/skia/third_party/externals/angle2/src/libANGLE/
Dformatutils.cpp1773 bool is3D, in computeSkipBytes()
1795 bool is3D, in computePackUnpackEndByte()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
Drenderergl_utils.cpp2581 bool is3D, in ShouldApplyLastRowPaddingWorkaround()
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fTextureBorderClampTests.cpp2537 bool is3D; in init() member
2567 bool is3D; in init() member
Des31fCopyImageTests.cpp2340 const bool is3D = target == GL_TEXTURE_3D || target == GL_TEXTURE_2D_ARRAY; in getTestedSize() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
DvktTextureTestUtil.cpp216 bool is3D = de::inRange<int>(program, PROGRAM_3D_FLOAT, PROGRAM_3D_UINT_BIAS); in initializePrograms() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DTextureVk.cpp897 bool is3D = gl_vk::GetImageType(mState.getType()) == VK_IMAGE_TYPE_3D; in copySubTextureImpl() local
1708 bool is3D = mImage->getExtents().depth > 1; in copyImageDataToBufferAndGetData() local
Dvk_helpers.cpp6012 bool is3D, in CalculateBufferInfo()
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
DFrameCapture.cpp2204 bool is3D = in CaptureTextureContents() local