Searched defs:getTexture (Results 1 - 25 of 31) sorted by relevance

12

/external/chromium_org/third_party/skia/src/gpu/gl/debug/
H A DGrTextureUnitObj.h34 GrTextureObj *getTexture() { return fTexture; } function in class:GrTextureUnitObj
/external/skia/src/gpu/gl/debug/
H A DGrTextureUnitObj.h34 GrTextureObj *getTexture() { return fTexture; } function in class:GrTextureUnitObj
/external/replicaisland/src/com/replica/replicaisland/
H A DDrawableObject.java52 public Texture getTexture() { method in class:DrawableObject
H A DDebugSystem.java70 Texture texture = getTexture(shapeType, colorType);
83 private final Texture getTexture(int shapeType, int colorType) { method in class:DebugSystem
H A DDrawableBitmap.java211 public Texture getTexture() { method in class:DrawableBitmap
/external/chromium_org/third_party/skia/src/image/
H A DSkImage_Gpu.cpp28 GrTexture* getTexture() const { return fBitmap.getTexture(); } function in class:SkImage_Gpu
47 SkASSERT(fBitmap.getTexture());
70 return fBitmap.getTexture();
84 if (NULL == bitmap.getTexture()) {
92 return ((SkImage_Gpu*)image)->getTexture();
H A DSkImage.cpp76 GrTexture* SkImage::getTexture() { function in class:SkImage
/external/skia/src/gpu/
H A DGrLayerCache.h75 GrTexture* getTexture() { return fTexture; } function in struct:GrCachedLayer
H A DGrAtlas.h88 GrTexture* getTexture() const { function in class:GrAtlasMgr
H A DGrSWMaskHelper.cpp124 bool GrSWMaskHelper::getTexture(GrAutoScratchTexture* texture) { function in class:GrSWMaskHelper
204 if (!helper.getTexture(&ast)) {
H A DSkGrPixelRef.cpp141 GrTexture* SkGrPixelRef::getTexture() { function in class:SkGrPixelRef
/external/skia/src/image/
H A DSkImage_Gpu.cpp28 GrTexture* getTexture() { return fBitmap.getTexture(); } function in class:SkImage_Gpu
41 SkASSERT(NULL != fBitmap.getTexture());
58 return fBitmap.getTexture();
68 if (NULL == bitmap.getTexture()) {
76 return ((SkImage_Gpu*)image)->getTexture();
H A DSkImage.cpp77 GrTexture* SkImage::getTexture() { function in class:SkImage
/external/chromium_org/third_party/angle/src/libGLESv2/
H A DFramebufferAttachment.cpp138 Texture *TextureAttachment::getTexture() function in class:gl::TextureAttachment
213 Texture *RenderbufferAttachment::getTexture() function in class:gl::RenderbufferAttachment
H A DResourceManager.cpp282 Texture *ResourceManager::getTexture(unsigned int handle) function in class:gl::ResourceManager
371 if (!getTexture(texture) && texture != 0)
/external/chromium_org/third_party/skia/include/gpu/
H A DGrTextureAccess.h159 (this->getTexture() == other.getTexture()) &&
165 GrTexture* getTexture() const { return fTexture.get(); } function in class:GrTextureAccess
/external/chromium_org/third_party/skia/src/gpu/
H A DGrTextStrike.h37 GrTexture* getTexture() const { return fAtlas->getTexture(); } function in class:GrTextStrike
H A DSkGrPixelRef.cpp132 GrTexture* SkGrPixelRef::getTexture() { function in class:SkGrPixelRef
H A DGrAtlas.h115 GrTexture* getTexture() const { function in class:GrAtlas
H A DGrSWMaskHelper.cpp232 bool GrSWMaskHelper::getTexture(GrAutoScratchTexture* texture) { function in class:GrSWMaskHelper
330 if (!helper.getTexture(&ast)) {
/external/skia/include/gpu/
H A DGrTextureAccess.h164 GrTexture* getTexture() const { return fTexture.get(); } function in class:GrTextureAccess
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d11/
H A DRenderTarget11.cpp426 ID3D11Resource *RenderTarget11::getTexture() const function in class:rx::RenderTarget11
/external/chromium_org/third_party/skia/include/core/
H A DSkPixelRef.h221 virtual GrTexture* getTexture() { return NULL; } function in class:SkPixelRef
/external/chromium_org/third_party/skia/src/gpu/effects/
H A DGrTextureStripAtlas.h71 GrTexture* getTexture() const { return fTexture; } function in class:GrTextureStripAtlas
/external/skia/include/core/
H A DSkPixelRef.h231 virtual GrTexture* getTexture() { return NULL; } function in class:SkPixelRef

Completed in 5423 milliseconds

12