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

  /external/skia/gpu/src/
GrGLTexture.cpp 18 #include "GrGLTexture.h"
29 GrGLTexture* texture)
80 const GrGLenum* GrGLTexture::WrapMode2GLWrap() {
100 GrGLTexture::GrGLTexture(GrGpuGL* gpu,
140 void GrGLTexture::onRelease() {
149 void GrGLTexture::onAbandon() {
156 void GrGLTexture::uploadTextureData(uint32_t x,
178 intptr_t GrGLTexture::getTextureHandle() {
  /external/skia/gpu/include/
GrGLTexture.h 25 class GrGLTexture;
73 GrGLTexture* texture);
120 // non-NULL if this RT was created by Gr with an associated GrGLTexture.
128 class GrGLTexture : public GrTexture {
160 GrGLTexture(GrGpuGL* gpu,
165 virtual ~GrGLTexture() { this->release(); }

Completed in 40 milliseconds