Home
last modified time | relevance | path

Searched refs:GrGLTexture (Results 1 – 11 of 11) sorted by relevance

/external/skia/src/gpu/gl/
DGrGLTexture.cpp16 GrGLTexture::GrGLTexture(GrGLGpu* gpu, const GrSurfaceDesc& desc, const IDDesc& idDesc) in GrGLTexture() function in GrGLTexture
23 GrGLTexture::GrGLTexture(GrGLGpu* gpu, const GrSurfaceDesc& desc, const IDDesc& idDesc, Derived) in GrGLTexture() function in GrGLTexture
29 void GrGLTexture::init(const GrSurfaceDesc& desc, const IDDesc& idDesc) { in init()
37 void GrGLTexture::onRelease() { in onRelease()
53 void GrGLTexture::onAbandon() { in onAbandon()
59 GrBackendObject GrGLTexture::getTextureHandle() const { in getTextureHandle()
67 void GrGLTexture::setMemoryBacking(SkTraceMemoryDump* traceMemoryDump, in setMemoryBacking()
DGrGLTextureRenderTarget.h24 class GrGLTextureRenderTarget : public GrGLTexture, public GrGLRenderTarget {
30 const GrGLTexture::IDDesc& texIDDesc, in GrGLTextureRenderTarget()
33 , GrGLTexture(gpu, desc, texIDDesc, GrGLTexture::kDerived) in GrGLTextureRenderTarget()
43 GrGLTexture::onAbandon(); in onAbandon()
48 GrGLTexture::onRelease(); in onRelease()
DGrGLTexture.h18 class GrGLTexture : public GrTexture {
35 GrGLTexture(GrGLGpu*, const GrSurfaceDesc&, const IDDesc&);
62 GrGLTexture(GrGLGpu*, const GrSurfaceDesc&, const IDDesc&, Derived);
DGrGLGpu.cpp553 GrGLTexture::IDDesc idDesc; in onWrapBackendTexture()
610 GrGLTexture* texture = nullptr; in onWrapBackendTexture()
619 texture = new GrGLTexture(this, surfDesc, idDesc); in onWrapBackendTexture()
668 GrGLTexture::IDDesc idDesc; in onWrapBackendTextureAsRenderTarget()
734 GrGLTexture* texture = static_cast<GrGLTexture*>(dstSurface->asTexture()); in onGetWritePixelsInfo()
791 static bool check_write_and_transfer_input(GrGLTexture* glTex, GrSurface* surface, in check_write_and_transfer_input()
814 GrGLTexture* glTex = static_cast<GrGLTexture*>(surface->asTexture()); in onWritePixels()
846 GrGLTexture* glTex = static_cast<GrGLTexture*>(surface->asTexture()); in onTransferPixels()
1287 GrGLTexture::IDDesc idDesc; in onCreateTexture()
1289 GrGLTexture::TexParams initialTexParams; in onCreateTexture()
[all …]
DGrGLProgramDesc.cpp44 GrGLTexture* texture = static_cast<GrGLTexture*>(access.getTexture()); in add_texture_key()
DGrGLTextureRenderTarget.cpp26 size_t size = GrGLTexture::gpuMemorySize(); in dumpMemoryStatistics()
DGrGLGpu.h60 void bindTexture(int unitIdx, const GrTextureParams& params, GrGLTexture* texture);
172 GrGLTexture::TexParams* initialTexParams, size_t rowBytes);
/external/skia/src/gpu/gl/builders/
DGrGLProgramBuilder.cpp72 GrGLTexture* glTexture = static_cast<GrGLTexture*>(access.getTexture()); in get_sampler_type()
/external/skia/gyp/
Dgpu.gypi353 '<(skia_src_path)/gpu/gl/GrGLTexture.cpp',
354 '<(skia_src_path)/gpu/gl/GrGLTexture.h',
/external/skia/experimental/iOSSampleApp/iOSSampleApp.xcodeproj/
Dproject.pbxproj475 …B129313E704AE001AFF6D /* GrGLTexture.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 260E03DF13…
938 …2D40064D447 /* GrGLTexture.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType =…
1407 …E70D3B001AFF6D /* GrGLTexture.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType …
2055 26FB12AF13E70D3B001AFF6D /* GrGLTexture.h */,
2073 260E03DF13B122D40064D447 /* GrGLTexture.cpp */,
3305 26FB129313E704AE001AFF6D /* GrGLTexture.cpp in Sources */,
/external/skia/
DAndroid.mk513 src/gpu/gl/GrGLTexture.cpp \