Home
last modified time | relevance | path

Searched refs:k2D (Results 1 – 25 of 41) sorted by relevance

12

/third_party/skia/tests/
DGrSurfaceTest.cpp39 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()
DProxyTest.cpp139 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()
DMtlCopySurfaceTest.mm65 gpu->createTexture({kWidth, kHeight}, backendFormat, GrTextureType::k2D,
DTextureBindingsResetTest.cpp80 auto tex = gpu->createTexture(kDims, format, GrTextureType::k2D, GrRenderable::kNo, 1, in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
DTransferPixelsTest.cpp130 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()
DCompressedBackendAllocationTest.cpp298 if (!caps->isFormatTexturable(format, GrTextureType::k2D)) { in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
/third_party/skia/src/gpu/
DGrBackendSurface.cpp91 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 …]
DGrContextThreadSafeProxy.cpp161 SkASSERT(!format.isValid() || fCaps->isFormatTexturable(format, GrTextureType::k2D)); in compressedBackendFormat()
DGrProgramDesc.cpp30 case GrTextureType::k2D: in texture_type_key()
DGrThreadSafeCache.cpp337 GrProxyProvider::TextureInfo texInfo{ GrMipMapped::kNo, GrTextureType::k2D }; in CreateLazyView()
/third_party/skia/src/gpu/d3d/
DGrD3DTexture.cpp26 , 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/
DGrMtlTexture.mm26 , 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/
DGrVkTexture.cpp32 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/
Dimage.h22 enum class ImageDimension : int8_t { kUnknown = -1, k1D = 0, k2D = 1, k3D = 2 }; enumerator
/third_party/skia/src/gpu/gl/
DGrGLTexture.cpp23 return GrTextureType::k2D; in TextureTypeFromTarget()
34 case GrTextureType::k2D: in target_from_texture_type()
/third_party/skia/src/image/
DSkSurface_GpuMtl.mm48 texInfo.fTextureType = GrTextureType::k2D;
117 texInfo.fTextureType = GrTextureType::k2D;
/third_party/skia/modules/skottie/src/
DLayer.h41 k2D = 0, enumerator
/third_party/skia/src/gpu/mock/
DGrMockGpu.cpp232 if (!this->caps()->isFormatTexturable(format, GrTextureType::k2D)) { in onCreateBackendTexture()
250 if (!this->caps()->isFormatTexturable(format, GrTextureType::k2D)) { in onCreateCompressedBackendTexture()
DGrMockTexture.h59 , INHERITED(gpu, dimensions, isProtected, GrTextureType::k2D, mipmapStatus) in GrMockTexture()
/third_party/vk-gl-cts/external/amber/src/src/vulkan/
Dimage_descriptor.cc58 case ImageDimension::k2D: in CreateResourceIfNeeded()
/third_party/skia/src/gpu/dawn/
DGrDawnTexture.cpp19 , GrTexture(gpu, dimensions, GrProtected::kNo, GrTextureType::k2D, mipmapStatus) in GrDawnTexture()
/third_party/skia/src/core/
DSkDeferredDisplayListRecorder.cpp128 GrTextureType::k2D}; in init()
/third_party/skia/include/private/
DGrTypesPriv.h348 k2D, enumerator
540 case GrTextureType::k2D: in GrSLCombinedSamplerTypeForTextureType()
556 case GrTextureType::k2D: in GrTextureTypeHasRestrictedSampling()
/third_party/skia/tools/fiddle/
Dfiddle_main.cpp179 offscreenDims, renderableFormat, GrTextureType::k2D, GrColorType::kRGBA_8888, in setup_backend_objects()
/third_party/vk-gl-cts/external/amber/src/src/amberscript/
Dparser_image_test.cc240 EXPECT_EQ(ImageDimension::k2D, buffer->GetImageDimension()); in TEST_F()

12