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

  /external/skia/include/gpu/
GrTexture.h 23 class GrTexture : virtual public GrSurface {
25 GrTexture* asTexture() override { return this; }
26 const GrTexture* asTexture() const override { return this; }
43 * This function steals the backend texture from a uniquely owned GrTexture with no pending
44 * IO, passing it out to the caller. The GrTexture is deleted in the process.
46 * Note that if the GrTexture is not uniquely owned (no other refs), or has pending IO, this
49 static bool StealBackendTexture(sk_sp<GrTexture>&&,
62 // TODO: Either move Chrome over to new api or remove their need to call this on GrTexture
75 GrTexture(GrGpu*, const GrSurfaceDesc&, GrSLType samplerType,
  /external/skia/src/gpu/
GrTexture.cpp 14 #include "GrTexture.h"
21 void GrTexture::markMipMapsDirty() {
27 void GrTexture::markMipMapsClean() {
38 size_t GrTexture::onGpuMemorySize() const {
44 GrTexture::GrTexture(GrGpu* gpu, const GrSurfaceDesc& desc, GrSLType samplerType,
60 bool GrTexture::StealBackendTexture(sk_sp<GrTexture>&& texture,
73 // Abandon the GrTexture so it can't be re-used.
79 void GrTexture::computeScratchKey(GrScratchKey* key) const
    [all...]
  /external/skqp/include/gpu/
GrTexture.h 22 class GrTexture : virtual public GrSurface {
24 GrTexture* asTexture() override { return this; }
25 const GrTexture* asTexture() const override { return this; }
42 * This function steals the backend texture from a uniquely owned GrTexture with no pending
43 * IO, passing it out to the caller. The GrTexture is deleted in the process.
45 * Note that if the GrTexture is not uniquely owned (no other refs), or has pending IO, this
48 static bool StealBackendTexture(sk_sp<GrTexture>&&,
61 // TODO: Either move Chrome over to new api or remove their need to call this on GrTexture
74 GrTexture(GrGpu*, const GrSurfaceDesc&, GrSLType samplerType,
  /external/skqp/src/gpu/
GrTexture.cpp 14 #include "GrTexture.h"
21 void GrTexture::markMipMapsDirty() {
27 void GrTexture::markMipMapsClean() {
38 size_t GrTexture::onGpuMemorySize() const {
44 GrTexture::GrTexture(GrGpu* gpu, const GrSurfaceDesc& desc, GrSLType samplerType,
60 bool GrTexture::StealBackendTexture(sk_sp<GrTexture>&& texture,
73 // Abandon the GrTexture so it can't be re-used.
79 void GrTexture::computeScratchKey(GrScratchKey* key) const
    [all...]

Completed in 72 milliseconds