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

  /external/skia/src/gpu/
GrBackendSurface.cpp 16 GrBackendTexture::GrBackendTexture(int width,
26 GrBackendTexture::GrBackendTexture(int width,
36 GrBackendTexture::GrBackendTexture(int width,
46 GrBackendTexture::GrBackendTexture(const GrBackendTextureDesc& desc, GrBackend backend)
74 const GrVkImageInfo* GrBackendTexture::getVkImageInfo() const {
82 const GrGLTextureInfo* GrBackendTexture::getGLTextureInfo() const
    [all...]
  /external/skia/include/gpu/
GrBackendSurface.h 19 class SK_API GrBackendTexture {
22 GrBackendTexture() : fConfig(kUnknown_GrPixelConfig) {}
24 GrBackendTexture(int width,
30 GrBackendTexture(int width,
35 GrBackendTexture(int width,
63 GrBackendTexture(const GrBackendTextureDesc& desc, GrBackend backend);

Completed in 587 milliseconds