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

  /external/skia/src/gpu/gl/
GrGLTexture.cpp 8 #include "GrGLTexture.h"
18 GrTextureType GrGLTexture::TextureTypeFromTarget(GrGLenum target) {
45 GrGLTexture::GrGLTexture(GrGLGpu* gpu, SkBudgeted budgeted, const GrSurfaceDesc& desc,
56 GrGLTexture::GrGLTexture(GrGLGpu* gpu, const GrSurfaceDesc& desc, GrMipMapsStatus mipMapsStatus,
67 GrGLTexture::GrGLTexture(GrGLGpu* gpu, const GrSurfaceDesc& desc, const IDDesc& idDesc,
74 void GrGLTexture::init(const GrSurfaceDesc& desc, const IDDesc& idDesc) {
83 GrGLenum GrGLTexture::target() const
    [all...]
GrGLTexture.h 18 class GrGLTexture : public GrTexture {
65 GrGLTexture(GrGLGpu*, SkBudgeted, const GrSurfaceDesc&, const IDDesc&, GrMipMapsStatus);
67 ~GrGLTexture() override {}
100 static sk_sp<GrGLTexture> MakeWrapped(GrGLGpu*, const GrSurfaceDesc&, GrMipMapsStatus,
107 GrGLTexture(GrGLGpu*, const GrSurfaceDesc&, const IDDesc&, GrMipMapsStatus);
110 GrGLTexture(GrGLGpu*, const GrSurfaceDesc&, GrMipMapsStatus, const IDDesc&, GrWrapCacheable,
  /external/skqp/src/gpu/gl/
GrGLTexture.cpp 8 #include "GrGLTexture.h"
18 GrTextureType GrGLTexture::TextureTypeFromTarget(GrGLenum target) {
45 GrGLTexture::GrGLTexture(GrGLGpu* gpu, SkBudgeted budgeted, const GrSurfaceDesc& desc,
56 GrGLTexture::GrGLTexture(GrGLGpu* gpu, const GrSurfaceDesc& desc, GrMipMapsStatus mipMapsStatus,
67 GrGLTexture::GrGLTexture(GrGLGpu* gpu, const GrSurfaceDesc& desc, const IDDesc& idDesc,
74 void GrGLTexture::init(const GrSurfaceDesc& desc, const IDDesc& idDesc) {
83 GrGLenum GrGLTexture::target() const
    [all...]
GrGLTexture.h 18 class GrGLTexture : public GrTexture {
65 GrGLTexture(GrGLGpu*, SkBudgeted, const GrSurfaceDesc&, const IDDesc&, GrMipMapsStatus);
67 ~GrGLTexture() override {
113 static sk_sp<GrGLTexture> MakeWrapped(GrGLGpu*, const GrSurfaceDesc&, GrMipMapsStatus,
120 GrGLTexture(GrGLGpu*, const GrSurfaceDesc&, const IDDesc&, GrMipMapsStatus);
123 GrGLTexture(GrGLGpu*, const GrSurfaceDesc&, GrMipMapsStatus, const IDDesc&, GrWrapCacheable,

Completed in 3161 milliseconds