Home
last modified time | relevance | path

Searched defs:is3D (Results 1 - 11 of 11) sorted by relevance

/third_party/skia/modules/skottie/src/
H A DLayer.h51 bool is3D() const { return fFlags & Flags::kIs3D; } in is3D() function in skottie::internal::final
/third_party/vk-gl-cts/modules/glshared/
H A 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/
H A DSampler.hpp156 bool is3D() const in is3D() function
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
H A Drenderer11_utils.h384 bool is3D() const { return mData->resourceType == ResourceType::Texture3D; } in is3D() function in rx::TextureHelper11
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
H A DvktTextureTestUtil.cpp210 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/
H A Dformatutils.cpp1769 computeSkipBytes(GLenum formatType, GLuint rowPitch, GLuint depthPitch, const PixelStoreStateBase &state, bool is3D, GLuint *resultOut) const computeSkipBytes() argument
1792 computePackUnpackEndByte(GLenum formatType, const Extents &size, const PixelStoreStateBase &state, bool is3D, GLuint *resultOut) const computePackUnpackEndByte() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/
H A DvktTextureTestUtil.cpp223 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/gl/
H A Drenderergl_utils.cpp2575 ShouldApplyLastRowPaddingWorkaround(ContextGL *contextGL, const gl::Extents &size, const gl::PixelStoreStateBase &state, const gl::Buffer *pixelBuffer, GLenum format, GLenum type, bool is3D, const void *pixels, bool *shouldApplyOut) ShouldApplyLastRowPaddingWorkaround() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A 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
H A Dvk_helpers.cpp6007 CalculateBufferInfo(ContextVk *contextVk, const gl::Extents &glExtents, const gl::InternalFormat &formatInfo, const gl::PixelUnpackState &unpack, GLenum type, bool is3D, GLuint *inputRowPitch, GLuint *inputDepthPitch, GLuint *inputSkipBytes) CalculateBufferInfo() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
H A DFrameCapture.cpp2204 bool is3D = in CaptureTextureContents() local

Completed in 68 milliseconds