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

  /external/chromium_org/third_party/skia/src/gpu/
GrGpu.cpp 135 GrTexture* GrGpu::wrapBackendTexture(const GrBackendTextureDesc& desc) {
GrContext.cpp 635 GrTexture* GrContext::wrapBackendTexture(const GrBackendTextureDesc& desc) {
636 return fGpu->wrapBackendTexture(desc);
    [all...]
  /external/skia/src/gpu/
GrGpu.cpp 183 GrTexture* GrGpu::wrapBackendTexture(const GrBackendTextureDesc& desc) {
GrContext.cpp 608 GrTexture* GrContext::wrapBackendTexture(const GrBackendTextureDesc& desc) {
609 return fGpu->wrapBackendTexture(desc);
    [all...]

Completed in 111 milliseconds