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

  /external/skia/tests/
GrSurfaceTest.cpp 51 GrSurface* externalTexRT = context->wrapBackendTexture(backendDesc);
  /external/chromium_org/third_party/skia/src/gpu/
GrGpu.h 90 * Implements GrContext::wrapBackendTexture
92 GrTexture* wrapBackendTexture(const GrBackendTextureDesc&);
95 * Implements GrContext::wrapBackendTexture
GrGpu.cpp 168 GrTexture* GrGpu::wrapBackendTexture(const GrBackendTextureDesc& desc) {
GrContext.cpp 591 GrTexture* GrContext::wrapBackendTexture(const GrBackendTextureDesc& desc) {
592 return fGpu->wrapBackendTexture(desc);
    [all...]
  /external/skia/src/gpu/
GrGpu.h 90 * Implements GrContext::wrapBackendTexture
92 GrTexture* wrapBackendTexture(const GrBackendTextureDesc&);
95 * Implements GrContext::wrapBackendTexture
GrGpu.cpp 168 GrTexture* GrGpu::wrapBackendTexture(const GrBackendTextureDesc& desc) {
GrContext.cpp 591 GrTexture* GrContext::wrapBackendTexture(const GrBackendTextureDesc& desc) {
592 return fGpu->wrapBackendTexture(desc);
    [all...]
  /external/chromium_org/third_party/skia/include/gpu/
GrContext.h 315 GrTexture* wrapBackendTexture(const GrBackendTextureDesc& desc);
319 * similar to wrapBackendTexture but can be used to draw into surfaces
    [all...]
  /external/skia/include/gpu/
GrContext.h 315 GrTexture* wrapBackendTexture(const GrBackendTextureDesc& desc);
319 * similar to wrapBackendTexture but can be used to draw into surfaces
    [all...]
  /external/chromium_org/cc/output/
gl_renderer.cc 478 skia::AdoptRef(offscreen_contexts->GrContext()->wrapBackendTexture(
586 skia::AdoptRef(offscreen_contexts->GrContext()->wrapBackendTexture(
593 skia::AdoptRef(offscreen_contexts->GrContext()->wrapBackendTexture(
    [all...]

Completed in 4265 milliseconds