HomeSort by relevance Sort by last modified time
    Searched defs:getTexture (Results 1 - 25 of 39) sorted by null

1 2

  /external/chromium_org/third_party/skia/src/gpu/gl/debug/
GrTextureUnitObj.h 34 GrTextureObj *getTexture() { return fTexture; }
  /external/skia/src/gpu/gl/debug/
GrTextureUnitObj.h 34 GrTextureObj *getTexture() { return fTexture; }
  /frameworks/base/libs/hwui/
Image.h 38 * cannot be created, getTexture() will return 0 and getImage() will
48 GLuint getTexture() const {
AssetAtlas.h 155 GLuint getTexture() const {
  /frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/
TextureParam.java 52 public TextureBase getTexture() {
  /external/chromium_org/third_party/skia/src/image/
SkImage_Gpu.cpp 28 GrTexture* getTexture() { return fBitmap.getTexture(); }
41 SkASSERT(NULL != fBitmap.getTexture());
58 return fBitmap.getTexture();
68 if (NULL == bitmap.getTexture()) {
76 return ((SkImage_Gpu*)image)->getTexture();
SkImage.cpp 77 GrTexture* SkImage::getTexture() {
  /external/replicaisland/src/com/replica/replicaisland/
DrawableObject.java 52 public Texture getTexture() {
DebugSystem.java 70 Texture texture = getTexture(shapeType, colorType);
83 private final Texture getTexture(int shapeType, int colorType) {
  /external/skia/src/image/
SkImage_Gpu.cpp 28 GrTexture* getTexture() { return fBitmap.getTexture(); }
41 SkASSERT(NULL != fBitmap.getTexture());
58 return fBitmap.getTexture();
68 if (NULL == bitmap.getTexture()) {
76 return ((SkImage_Gpu*)image)->getTexture();
SkImage.cpp 77 GrTexture* SkImage::getTexture() {
  /external/chromium_org/third_party/skia/src/gpu/
GrLayerCache.h 75 GrTexture* getTexture() { return fTexture; }
GrSWMaskHelper.cpp 124 bool GrSWMaskHelper::getTexture(GrAutoScratchTexture* texture) {
204 if (!helper.getTexture(&ast)) {
SkGrPixelRef.cpp 141 GrTexture* SkGrPixelRef::getTexture() {
GrAtlas.h 88 GrTexture* getTexture() const {
  /external/skia/src/gpu/
GrLayerCache.h 75 GrTexture* getTexture() { return fTexture; }
GrSWMaskHelper.cpp 124 bool GrSWMaskHelper::getTexture(GrAutoScratchTexture* texture) {
204 if (!helper.getTexture(&ast)) {
SkGrPixelRef.cpp 141 GrTexture* SkGrPixelRef::getTexture() {
GrAtlas.h 88 GrTexture* getTexture() const {
  /external/chromium_org/third_party/skia/include/core/
SkPixelRef.h 220 virtual GrTexture* getTexture() { return NULL; }
  /external/chromium_org/third_party/skia/include/gpu/
GrTextureAccess.h 164 GrTexture* getTexture() const { return fTexture.get(); }
  /external/chromium_org/third_party/skia/src/gpu/effects/
GrTextureStripAtlas.h 71 GrTexture* getTexture() const { return fTexture; }
  /external/skia/include/core/
SkPixelRef.h 220 virtual GrTexture* getTexture() { return NULL; }
  /external/skia/include/gpu/
GrTextureAccess.h 164 GrTexture* getTexture() const { return fTexture.get(); }
  /external/skia/src/gpu/effects/
GrTextureStripAtlas.h 71 GrTexture* getTexture() const { return fTexture; }

Completed in 897 milliseconds

1 2