Searched refs:texOrigin (Results 1 - 12 of 12) sorted by relevance

/external/skia/tests/
H A DImageFilterCacheTest.cpp219 GrSurfaceOrigin texOrigin = kTopLeft_GrSurfaceOrigin; local
222 texOrigin,
242 if (readBackOrigin != texOrigin) {
243 ERRORF(reporter, "origin mismatch %d %d\n", readBackOrigin, texOrigin);
245 REPORTER_ASSERT(reporter, readBackOrigin == texOrigin);
H A DImageTest.cpp813 GrSurfaceOrigin texOrigin = kBottomLeft_GrSurfaceOrigin; local
815 SkImage::MakeFromTexture(ctx, backendTex, texOrigin, kRGBA_8888_SkColorType,
831 if (readBackOrigin != texOrigin) {
832 ERRORF(reporter, "origin mismatch %d %d\n", readBackOrigin, texOrigin);
834 REPORTER_ASSERT(reporter, readBackOrigin == texOrigin);
/external/skqp/tests/
H A DImageFilterCacheTest.cpp219 GrSurfaceOrigin texOrigin = kTopLeft_GrSurfaceOrigin; local
222 texOrigin,
242 if (readBackOrigin != texOrigin) {
243 ERRORF(reporter, "origin mismatch %d %d\n", readBackOrigin, texOrigin);
245 REPORTER_ASSERT(reporter, readBackOrigin == texOrigin);
H A DImageTest.cpp733 GrSurfaceOrigin texOrigin = kBottomLeft_GrSurfaceOrigin; local
735 SkImage::MakeFromTexture(ctx, backendTex, texOrigin, kRGBA_8888_SkColorType,
751 if (readBackOrigin != texOrigin) {
752 ERRORF(reporter, "origin mismatch %d %d\n", readBackOrigin, texOrigin);
754 REPORTER_ASSERT(reporter, readBackOrigin == texOrigin);
/external/skia/src/gpu/vk/
H A DGrVkGpu.h132 void generateMipmap(GrVkTexture* tex, GrSurfaceOrigin texOrigin);
232 bool uploadTexDataLinear(GrVkTexture* tex, GrSurfaceOrigin texOrigin, int left, int top,
235 bool uploadTexDataOptimal(GrVkTexture* tex, GrSurfaceOrigin texOrigin, int left, int top,
H A DGrVkGpu.cpp545 bool GrVkGpu::uploadTexDataLinear(GrVkTexture* tex, GrSurfaceOrigin texOrigin, int left, int top, argument
579 int texTop = kBottomLeft_GrSurfaceOrigin == texOrigin ? tex->height() - top - height : top;
604 if (kBottomLeft_GrSurfaceOrigin == texOrigin) {
624 bool GrVkGpu::uploadTexDataOptimal(GrVkTexture* tex, GrSurfaceOrigin texOrigin, int left, int top, argument
654 bool flipY = (kBottomLeft_GrSurfaceOrigin == texOrigin && mipLevelCount);
982 void GrVkGpu::generateMipmap(GrVkTexture* tex, GrSurfaceOrigin texOrigin) { argument
/external/skqp/src/gpu/vk/
H A DGrVkGpu.h148 void generateMipmap(GrVkTexture* tex, GrSurfaceOrigin texOrigin);
247 bool uploadTexDataLinear(GrVkTexture* tex, GrSurfaceOrigin texOrigin,
252 bool uploadTexDataOptimal(GrVkTexture* tex, GrSurfaceOrigin texOrigin,
H A DGrVkGpu.cpp568 bool GrVkGpu::uploadTexDataLinear(GrVkTexture* tex, GrSurfaceOrigin texOrigin, argument
604 int texTop = kBottomLeft_GrSurfaceOrigin == texOrigin ? tex->height() - top - height : top;
629 if (kBottomLeft_GrSurfaceOrigin == texOrigin) {
649 bool GrVkGpu::uploadTexDataOptimal(GrVkTexture* tex, GrSurfaceOrigin texOrigin, argument
680 bool flipY = (kBottomLeft_GrSurfaceOrigin == texOrigin && mipLevelCount);
1017 void GrVkGpu::generateMipmap(GrVkTexture* tex, GrSurfaceOrigin texOrigin) { argument
1039 this->internalResolveRenderTarget(texRT, texOrigin, false);
/external/skia/src/gpu/gl/
H A DGrGLGpu.h378 GrSurfaceOrigin texOrigin, GrGLenum target, UploadType uploadType, int left,
H A DGrGLGpu.cpp1026 GrSurfaceOrigin texOrigin, GrGLenum target, UploadType uploadType,
1084 if (kBottomLeft_GrSurfaceOrigin == texOrigin && mipLevelCount) {
1025 uploadTexData(GrPixelConfig texConfig, int texWidth, int texHeight, GrSurfaceOrigin texOrigin, GrGLenum target, UploadType uploadType, int left, int top, int width, int height, GrPixelConfig dataConfig, const GrMipLevel texels[], int mipLevelCount, GrMipMapsStatus* mipMapsStatus) argument
/external/skqp/src/gpu/gl/
H A DGrGLGpu.h391 GrSurfaceOrigin texOrigin, GrGLenum target, UploadType uploadType, int left,
H A DGrGLGpu.cpp1024 GrSurfaceOrigin texOrigin, GrGLenum target, UploadType uploadType,
1082 if (kBottomLeft_GrSurfaceOrigin == texOrigin && mipLevelCount) {
1023 uploadTexData(GrPixelConfig texConfig, int texWidth, int texHeight, GrSurfaceOrigin texOrigin, GrGLenum target, UploadType uploadType, int left, int top, int width, int height, GrPixelConfig dataConfig, const GrMipLevel texels[], int mipLevelCount, GrMipMapsStatus* mipMapsStatus) argument

Completed in 1473 milliseconds