/external/skqp/platform_tools/android/apps/skqp/src/main/assets/skqp/ |
KnownGpuUnitTests.txt | 6 CopySurface
|
/external/skia/src/gpu/gl/ |
GrGLGpuCommandBuffer.h | 33 fGpu->copySurface(fTexture, fOrigin, src, srcOrigin, srcRect, dstPoint); 79 fGpu->copySurface(fRenderTarget, fOrigin, src, srcOrigin, srcRect, dstPoint);
|
/external/skqp/src/gpu/gl/ |
GrGLGpuCommandBuffer.h | 33 fGpu->copySurface(fTexture, fOrigin, src, srcOrigin, srcRect, dstPoint); 79 fGpu->copySurface(fRenderTarget, fOrigin, src, srcOrigin, srcRect, dstPoint);
|
/external/skia/src/gpu/ops/ |
GrCopySurfaceOp.h | 22 const char* name() const override { return "CopySurface"; }
|
/external/skqp/src/gpu/ops/ |
GrCopySurfaceOp.h | 22 const char* name() const override { return "CopySurface"; }
|
/external/skia/src/gpu/ |
GrTextureOpList.h | 51 bool copySurface(const GrCaps& caps,
|
GrSurfaceContext.cpp | 89 return this->getOpList()->copySurface(*fContext->caps(),
|
GrTextureOpList.cpp | 107 // This closely parallels GrRenderTargetOpList::copySurface but renderTargetOpList 109 bool GrTextureOpList::copySurface(const GrCaps& caps,
|
GrOpFlushState.cpp | 115 return fGpu->copySurface(dstSurface, dstProxy->origin(), temp.get(), dstProxy->origin(),
|
GrRenderTargetOpList.h | 104 bool copySurface(const GrCaps& caps,
|
GrGpu.cpp | 187 bool GrGpu::copySurface(GrSurface* dst, GrSurfaceOrigin dstOrigin, 190 GR_CREATE_TRACE_MARKER_CONTEXT("GrGpu", "copySurface", fContext);
|
GrRenderTargetOpList.cpp | 224 // This closely parallels GrTextureOpList::copySurface but renderTargetOpLists 226 bool GrRenderTargetOpList::copySurface(const GrCaps& caps,
|
/external/skqp/src/gpu/ |
GrTextureOpList.h | 51 bool copySurface(const GrCaps& caps,
|
GrSurfaceContext.cpp | 93 return this->getOpList()->copySurface(*fContext->caps(),
|
GrTextureOpList.cpp | 107 // This closely parallels GrRenderTargetOpList::copySurface but renderTargetOpList 109 bool GrTextureOpList::copySurface(const GrCaps& caps,
|
GrOpFlushState.cpp | 111 return fGpu->copySurface(dstSurface, dstProxy->origin(), temp.get(), dstProxy->origin(),
|
GrRenderTargetOpList.h | 104 bool copySurface(const GrCaps& caps,
|
GrGpu.cpp | 242 bool GrGpu::copySurface(GrSurface* dst, GrSurfaceOrigin dstOrigin, 246 GR_CREATE_TRACE_MARKER_CONTEXT("GrGpu", "copySurface", fContext);
|
/external/skia/tests/ |
CopySurfaceTest.cpp | 22 DEF_GPUTEST_FOR_RENDERING_CONTEXTS(CopySurface, reporter, ctxInfo) { 119 ERRORF(reporter, "Expected return value %d from copySurface, got "
|
/external/skqp/tests/ |
CopySurfaceTest.cpp | 22 DEF_GPUTEST_FOR_RENDERING_CONTEXTS(CopySurface, reporter, ctxInfo) { 119 ERRORF(reporter, "Expected return value %d from copySurface, got "
|
/external/skia/include/private/ |
GrOpList.h | 41 virtual bool copySurface(const GrCaps& caps,
|
/hardware/intel/common/libva/va/glx/ |
va_glx.c | 164 INVOKE(ctx, CopySurface, (ctx, gl_surface, surface, flags));
|
/external/skqp/include/gpu/ |
GrCaps.h | 173 * This is can be called before allocating a texture to be a dst for copySurface. This is only 175 * will populate the origin, config, and flags fields of the desc such that copySurface can
|
/external/skia/include/gpu/ |
GrCaps.h | 224 * This is can be called before allocating a texture to be a dst for copySurface. This is only 226 * will populate the origin, config, and flags fields of the desc such that copySurface can
|
/external/skqp/include/private/ |
GrOpList.h | 52 virtual bool copySurface(const GrCaps& caps,
|