Searched refs:GrGLTexture (Results 1 - 9 of 9) sorted by relevance

/external/skia/src/gpu/gl/
H A DGrGLTextureRenderTarget.h13 #include "GrGLTexture.h"
24 class GrGLTextureRenderTarget : public GrGLTexture, public GrGLRenderTarget {
26 // We're virtually derived from GrSurface (via both GrGLTexture and GrGLRenderTarget) so its
30 const GrGLTexture::IDDesc& texIDDesc,
33 , GrGLTexture(gpu, desc, texIDDesc, GrGLTexture::kDerived)
43 GrGLTexture::onAbandon();
48 GrGLTexture::onRelease();
H A DGrGLTexture.cpp8 #include "GrGLTexture.h"
16 GrGLTexture::GrGLTexture(GrGLGpu* gpu, const GrSurfaceDesc& desc, const IDDesc& idDesc) function in class:GrGLTexture
23 GrGLTexture::GrGLTexture(GrGLGpu* gpu, const GrSurfaceDesc& desc, const IDDesc& idDesc, Derived) function in class:GrGLTexture
29 void GrGLTexture::init(const GrSurfaceDesc& desc, const IDDesc& idDesc) {
37 void GrGLTexture::onRelease() {
53 void GrGLTexture::onAbandon() {
59 GrBackendObject GrGLTexture::getTextureHandle() const {
67 void GrGLTexture
[all...]
H A DGrGLTextureRenderTarget.cpp17 // Also dump the GrGLTexture's memory. Due to this resource having both a
26 size_t size = GrGLTexture::gpuMemorySize();
H A DGrGLTexture.h18 class GrGLTexture : public GrTexture { class in inherits:GrTexture
35 GrGLTexture(GrGLGpu*, const GrSurfaceDesc&, const IDDesc&);
62 GrGLTexture(GrGLGpu*, const GrSurfaceDesc&, const IDDesc&, Derived);
H A DGrGLProgramDesc.cpp13 #include "gl/GrGLTexture.h"
44 GrGLTexture* texture = static_cast<GrGLTexture*>(access.getTexture());
H A DGrGLGpu.cpp553 GrGLTexture::IDDesc idDesc;
610 GrGLTexture* texture = nullptr;
619 texture = new GrGLTexture(this, surfDesc, idDesc);
668 GrGLTexture::IDDesc idDesc;
734 GrGLTexture* texture = static_cast<GrGLTexture*>(dstSurface->asTexture());
791 static bool check_write_and_transfer_input(GrGLTexture* glTex, GrSurface* surface,
814 GrGLTexture* glTex = static_cast<GrGLTexture*>(surface->asTexture());
846 GrGLTexture* glTe
[all...]
H A DGrGLGpu.h18 #include "GrGLTexture.h"
60 void bindTexture(int unitIdx, const GrTextureParams& params, GrGLTexture* texture);
172 GrGLTexture::TexParams* initialTexParams, size_t rowBytes);
/external/skia/src/gpu/gl/builders/
H A DGrGLProgramBuilder.cpp72 GrGLTexture* glTexture = static_cast<GrGLTexture*>(access.getTexture());
96 // We shouldn't ever create a GrGLTexture that requires external sampler type
/external/skia/
H A DAndroid.mk513 src/gpu/gl/GrGLTexture.cpp \

Completed in 282 milliseconds