Searched defs:is3D (Results 1 – 13 of 13) sorted by relevance
| /external/skia/modules/skottie/src/ |
| D | Layer.h | 51 bool is3D() const { return fFlags & Flags::kIs3D; } in is3D() function
|
| /external/deqp/modules/glshared/ |
| D | glsTextureTestUtil.cpp | 132 bool is3D = de::inRange<int>(program, PROGRAM_3D_FLOAT, PROGRAM_3D_UINT_BIAS); in getProgram() local
|
| /external/swiftshader/src/Device/ |
| D | Sampler.hpp | 152 bool is3D() const in is3D() function
|
| /external/angle/src/libANGLE/renderer/d3d/d3d11/ |
| D | renderer11_utils.h | 374 bool is3D() const { return mData->resourceType == ResourceType::Texture3D; } in is3D() function
|
| /external/angle/src/libANGLE/ |
| D | formatutils.cpp | 1903 bool is3D, in computeSkipBytes() 1925 bool is3D, in computePackUnpackEndByte()
|
| /external/deqp/modules/gles31/functional/ |
| D | es31fTextureBorderClampTests.cpp | 2537 bool is3D; in init() member 2567 bool is3D; in init() member
|
| D | es31fCopyImageTests.cpp | 2340 const bool is3D = target == GL_TEXTURE_3D || target == GL_TEXTURE_2D_ARRAY; in getTestedSize() local
|
| /external/angle/src/libANGLE/renderer/gl/ |
| D | renderergl_utils.cpp | 2994 bool is3D, in ShouldApplyLastRowPaddingWorkaround()
|
| /external/OpenCL-CTS/test_common/harness/ |
| D | imageHelpers.cpp | 704 bool is3D = (image_type == CL_MEM_OBJECT_IMAGE3D); in get_max_sizes() local 935 image_sampler_data *sampler, int is3D, in get_max_relative_error()
|
| /external/deqp/external/vulkancts/modules/vulkan/texture/ |
| D | vktTextureTestUtil.cpp | 223 bool is3D = de::inRange<int>(program, PROGRAM_3D_FLOAT, PROGRAM_3D_UINT_BIAS); in initializePrograms() local
|
| /external/angle/src/libANGLE/renderer/vulkan/ |
| D | TextureVk.cpp | 1035 bool is3D = gl_vk::GetImageType(mState.getType()) == VK_IMAGE_TYPE_3D; in copySubTextureImpl() local 1833 bool is3D = mImage->getExtents().depth > 1; in copyImageDataToBufferAndGetData() local
|
| D | vk_helpers.cpp | 7598 bool is3D, in CalculateBufferInfo()
|
| /external/angle/src/libANGLE/capture/ |
| D | FrameCapture.cpp | 3169 bool is3D = in CaptureTextureContents() local
|