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

  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d11/
Blit11.h 34 bool copyTexture(ID3D11ShaderResourceView *source, const gl::Box &sourceArea, const gl::Extents &sourceSize,
Renderer11.cpp     [all...]
Blit11.cpp 508 bool Blit11::copyTexture(ID3D11ShaderResourceView *source, const gl::Box &sourceArea, const gl::Extents &sourceSize,
    [all...]
TextureStorage11.cpp 357 blitter->copyTexture(sourceSRV, sourceArea, sourceSize, destRTV, destArea, destSize, NULL,
    [all...]
  /external/chromium_org/third_party/skia/src/gpu/
SkGrPixelRef.cpp 87 context->copyTexture(texture, dst->asRenderTarget(), topLeft);
GrContext.cpp     [all...]
  /external/chromium_org/third_party/skia/src/image/
SkSurface_Gpu.cpp 86 fDevice->context()->copyTexture(rt->asTexture(), newDevice->accessRenderTarget());
  /external/skia/src/gpu/
SkGrPixelRef.cpp 87 context->copyTexture(texture, dst->asRenderTarget(), topLeft);
GrContext.cpp     [all...]
  /external/skia/src/image/
SkSurface_Gpu.cpp 86 fDevice->context()->copyTexture(rt->asTexture(), newDevice->accessRenderTarget());
  /packages/apps/Camera/src/com/android/camera/
CameraScreenNail.java 242 public void copyTexture() {
PhotoModule.java     [all...]
VideoModule.java     [all...]
  /external/chromium_org/third_party/skia/include/gpu/
GrContext.h 696 void copyTexture(GrTexture* src, GrRenderTarget* dst, const SkIPoint* topLeft = NULL);
    [all...]
  /external/skia/include/gpu/
GrContext.h 696 void copyTexture(GrTexture* src, GrRenderTarget* dst, const SkIPoint* topLeft = NULL);
    [all...]

Completed in 806 milliseconds