/third_party/skia/tests/ |
D | GrSurfaceTest.cpp | 39 resourceProvider->createTexture(kDesc, format, GrTextureType::k2D, GrRenderable::kYes, in DEF_GPUTEST_FOR_MOCK_CONTEXT() 52 resourceProvider->createTexture(kDesc, format, GrTextureType::k2D, GrRenderable::kNo, 1, in DEF_GPUTEST_FOR_MOCK_CONTEXT() 103 return rp->createTexture(dimensions, format, GrTextureType::k2D, renderable, 1, in DEF_GPUTEST_FOR_ALL_CONTEXTS() 129 bool isTexturable = caps->isFormatTexturable(combo.fFormat, GrTextureType::k2D); in DEF_GPUTEST_FOR_ALL_CONTEXTS() 156 kDims, combo.fFormat, GrTextureType::k2D, GrRenderable::kYes, 1, in DEF_GPUTEST_FOR_ALL_CONTEXTS() 169 kDims, combo.fFormat, GrTextureType::k2D, GrRenderable::kYes, 2, in DEF_GPUTEST_FOR_ALL_CONTEXTS() 222 if (!caps->isFormatTexturable(combo.fFormat, GrTextureType::k2D)) { in DEF_GPUTEST()
|
D | ProxyTest.cpp | 139 dims, format, GrTextureType::k2D, GrRenderable::kYes, in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 143 dims, format, GrTextureType::k2D, GrRenderable::kYes, in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 175 dims, format, GrTextureType::k2D, GrRenderable::kNo, in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 179 dims, format, GrTextureType::k2D, GrRenderable::kNo, in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
|
D | MtlCopySurfaceTest.mm | 65 gpu->createTexture({kWidth, kHeight}, backendFormat, GrTextureType::k2D,
|
D | TextureBindingsResetTest.cpp | 80 auto tex = gpu->createTexture(kDims, format, GrTextureType::k2D, GrRenderable::kNo, 1, in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
|
D | TransferPixelsTest.cpp | 130 resourceProvider->createTexture(kTexDims, backendFormat, GrTextureType::k2D, renderable, in basic_transfer_to_test() 316 sk_sp<GrTexture> tex = resourceProvider->createTexture(kTexDims, format, GrTextureType::k2D, in basic_transfer_from_test()
|
D | CompressedBackendAllocationTest.cpp | 298 if (!caps->isFormatTexturable(format, GrTextureType::k2D)) { in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
|
/third_party/skia/src/gpu/ |
D | GrBackendSurface.cpp | 91 return GrTextureType::k2D; in gl_target_to_gr_target() 126 , fTextureType(GrTextureType::k2D) { in GrBackendFormat() 157 , fTextureType(GrTextureType::k2D) { in GrBackendFormat() 175 , fTextureType(GrTextureType::k2D) { in GrBackendFormat() 192 , fTextureType(GrTextureType::k2D) { in GrBackendFormat() 208 , fTextureType(GrTextureType::k2D) { in GrBackendFormat() 337 copy.fTextureType = GrTextureType::k2D; in makeTexture2D() 461 , fTextureType(GrTextureType::k2D) in GrBackendTexture() 495 return GrTextureType::k2D; in vk_image_info_to_texture_type() 544 , fTextureType(GrTextureType::k2D) in GrBackendTexture() [all …]
|
D | GrContextThreadSafeProxy.cpp | 161 SkASSERT(!format.isValid() || fCaps->isFormatTexturable(format, GrTextureType::k2D)); in compressedBackendFormat()
|
D | GrProgramDesc.cpp | 30 case GrTextureType::k2D: in texture_type_key()
|
D | GrThreadSafeCache.cpp | 337 GrProxyProvider::TextureInfo texInfo{ GrMipMapped::kNo, GrTextureType::k2D }; in CreateLazyView()
|
/third_party/skia/src/gpu/d3d/ |
D | GrD3DTexture.cpp | 26 , INHERITED(gpu, dimensions, info.fProtected, GrTextureType::k2D, mipmapStatus) in GrD3DTexture() 42 , INHERITED(gpu, dimensions, info.fProtected, GrTextureType::k2D, mipmapStatus) in GrD3DTexture() 60 , INHERITED(gpu, dimensions, info.fProtected, GrTextureType::k2D, mipmapStatus) in GrD3DTexture()
|
/third_party/skia/src/gpu/mtl/ |
D | GrMtlTexture.mm | 26 , INHERITED(gpu, dimensions, GrProtected::kNo, GrTextureType::k2D, mipmapStatus) 48 , INHERITED(gpu, dimensions, GrProtected::kNo, GrTextureType::k2D, mipmapStatus) 67 , INHERITED(gpu, dimensions, GrProtected::kNo, GrTextureType::k2D, mipmapStatus)
|
/third_party/skia/src/gpu/vk/ |
D | GrVkTexture.cpp | 32 GrTextureType::k2D, mipmapStatus) in GrVkTexture() 51 isExternal ? GrTextureType::kExternal : GrTextureType::k2D, mipmapStatus) in GrVkTexture() 69 GrTextureType::k2D, mipmapStatus) in GrVkTexture()
|
/third_party/vk-gl-cts/external/amber/src/src/ |
D | image.h | 22 enum class ImageDimension : int8_t { kUnknown = -1, k1D = 0, k2D = 1, k3D = 2 }; enumerator
|
/third_party/skia/src/gpu/gl/ |
D | GrGLTexture.cpp | 23 return GrTextureType::k2D; in TextureTypeFromTarget() 34 case GrTextureType::k2D: in target_from_texture_type()
|
/third_party/skia/src/image/ |
D | SkSurface_GpuMtl.mm | 48 texInfo.fTextureType = GrTextureType::k2D; 117 texInfo.fTextureType = GrTextureType::k2D;
|
/third_party/skia/modules/skottie/src/ |
D | Layer.h | 41 k2D = 0, enumerator
|
/third_party/skia/src/gpu/mock/ |
D | GrMockGpu.cpp | 232 if (!this->caps()->isFormatTexturable(format, GrTextureType::k2D)) { in onCreateBackendTexture() 250 if (!this->caps()->isFormatTexturable(format, GrTextureType::k2D)) { in onCreateCompressedBackendTexture()
|
D | GrMockTexture.h | 59 , INHERITED(gpu, dimensions, isProtected, GrTextureType::k2D, mipmapStatus) in GrMockTexture()
|
/third_party/vk-gl-cts/external/amber/src/src/vulkan/ |
D | image_descriptor.cc | 58 case ImageDimension::k2D: in CreateResourceIfNeeded()
|
/third_party/skia/src/gpu/dawn/ |
D | GrDawnTexture.cpp | 19 , GrTexture(gpu, dimensions, GrProtected::kNo, GrTextureType::k2D, mipmapStatus) in GrDawnTexture()
|
/third_party/skia/src/core/ |
D | SkDeferredDisplayListRecorder.cpp | 128 GrTextureType::k2D}; in init()
|
/third_party/skia/include/private/ |
D | GrTypesPriv.h | 348 k2D, enumerator 540 case GrTextureType::k2D: in GrSLCombinedSamplerTypeForTextureType() 556 case GrTextureType::k2D: in GrTextureTypeHasRestrictedSampling()
|
/third_party/skia/tools/fiddle/ |
D | fiddle_main.cpp | 179 offscreenDims, renderableFormat, GrTextureType::k2D, GrColorType::kRGBA_8888, in setup_backend_objects()
|
/third_party/vk-gl-cts/external/amber/src/src/amberscript/ |
D | parser_image_test.cc | 240 EXPECT_EQ(ImageDimension::k2D, buffer->GetImageDimension()); in TEST_F()
|