/third_party/skia/modules/skottie/src/ |
H A D | Layer.h | 51 bool is3D() const { return fFlags & Flags::kIs3D; } in is3D() function in skottie::internal::final
|
/third_party/vk-gl-cts/modules/glshared/ |
H A D | glsTextureTestUtil.cpp | 132 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 D | Sampler.hpp | 156 bool is3D() const in is3D() function
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
H A D | renderer11_utils.h | 384 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 D | vktTextureTestUtil.cpp | 210 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 D | formatutils.cpp | 1769 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 D | vktTextureTestUtil.cpp | 223 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 D | renderergl_utils.cpp | 2575 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 D | TextureVk.cpp | 897 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 D | vk_helpers.cpp | 6007 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 D | FrameCapture.cpp | 2204 bool is3D = in CaptureTextureContents() local
|