HomeSort by relevance Sort by last modified time
    Searched refs:dstTex (Results 1 - 9 of 9) sorted by null

  /external/skia/src/gpu/mtl/
GrMtlCopyManager.mm 135 id<MTLTexture> dstTex = GrGetMTLTextureFromSurface(dst, false);
158 int dw = dstTex.width;
159 int dh = dstTex.height;
192 renderPassDesc.colorAttachments[0].texture = dstTex;
202 fGpu->resourceProvider().findOrCreateCopyPipelineState(dstTex.pixelFormat,
GrMtlGpu.mm 665 id<MTLTexture> dstTex = GrGetMTLTextureFromSurface(dst, false);
685 dstRect.fTop = dstTex.height - dstPoint.fY - srcMtlRect.height();
697 toTexture: dstTex
728 id<MTLTexture> dstTex = GrGetMTLTextureFromSurface(dst, false);
729 MTLTextureDescriptor* textureDesc = GrGetMTLTextureDescriptor(dstTex);
    [all...]
  /external/skqp/src/gpu/mtl/
GrMtlCopyManager.mm 135 id<MTLTexture> dstTex = GrGetMTLTextureFromSurface(dst, false);
158 int dw = dstTex.width;
159 int dh = dstTex.height;
192 renderPassDesc.colorAttachments[0].texture = dstTex;
202 fGpu->resourceProvider().findOrCreateCopyPipelineState(dstTex.pixelFormat,
GrMtlGpu.mm 603 id<MTLTexture> dstTex = GrGetMTLTextureFromSurface(dst, false);
623 dstRect.fTop = dstTex.height - dstPoint.fY - srcMtlRect.height();
635 toTexture: dstTex
666 id<MTLTexture> dstTex = GrGetMTLTextureFromSurface(dst, false);
667 MTLTextureDescriptor* textureDesc = GrGetMTLTextureDescriptor(dstTex);
  /external/deqp/modules/egl/
teglImageTests.cpp 519 deUint32 dstTex = 2;
520 GLU_CHECK_CALL(glBindTexture(GL_TEXTURE_2D, dstTex));
522 GLU_CHECK_CALL(glDeleteTextures(1, &dstTex));
  /external/skqp/src/gpu/gl/
GrGLGpu.cpp     [all...]
GrGLCaps.cpp     [all...]
  /external/skia/src/gpu/gl/
GrGLGpu.cpp     [all...]
GrGLCaps.cpp     [all...]

Completed in 1446 milliseconds