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

1 2 3 4

  /external/skia/src/gpu/gl/debug/
GrTextureUnitObj.h 35 GrTextureObj *getTexture() { return fTexture; }
  /external/skia/src/effects/
SkImageFilterUtils.cpp 33 if (!result->getTexture()) {
34 GrContext* context = ((GrTexture *) src.getTexture())->getContext();
SkBlendImageFilter.cpp 178 GrTexture* background = (GrTexture*) backgroundBM.getTexture();
183 GrTexture* foreground = (GrTexture*) foregroundBM.getTexture();
223 return fForegroundAccess.getTexture() == s.fForegroundAccess.getTexture() &&
224 fBackgroundAccess.getTexture() == s.fBackgroundAccess.getTexture() &&
236 if (GrPixelConfigIsOpaque(fForegroundAccess.getTexture()->config()) ||
237 GrPixelConfigIsOpaque(fBackgroundAccess.getTexture()->config())) {
SkDisplacementMapEffect.cpp 283 GrTexture* color = (GrTexture*) colorBM.getTexture();
288 GrTexture* displacement = (GrTexture*) displacementBM.getTexture();
337 return fDisplacementAccess.getTexture() == s.fDisplacementAccess.getTexture() &&
338 fColorAccess.getTexture() == s.fColorAccess.getTexture() &&
  /external/skia/src/gpu/effects/
GrSingleTextureEffect.h 36 return fTextureAccess.getTexture() == otherAccess.getTexture() &&
GrTextureStripAtlas.h 71 GrTexture* getTexture() const { return fTexture; }
  /external/replicaisland/src/com/replica/replicaisland/
DrawableObject.java 52 public Texture getTexture() {
HudSystem.java 283 Texture tex = mFuelDrawable.getTexture();
285 Texture backgroundTex = mFuelBackgroundDrawable.getTexture();
303 bitmap.setTexture(mFuelDrawable.getTexture());
323 Texture tex = bitmap.getTexture();
341 Texture tex = bitmap.getTexture();
355 Texture tex = mMovementSliderBaseDrawable.getTexture();
361 Texture tex = mMovementSliderButtonDrawable.getTexture();
367 Texture tex = mMovementSliderButtonDepressedDrawable.getTexture();
386 Texture tex = mCoinDrawable.getTexture();
406 Texture tex = mRubyDrawable.getTexture();
    [all...]
DebugSystem.java 70 Texture texture = getTexture(shapeType, colorType);
83 private final Texture getTexture(int shapeType, int colorType) {
MotionBlurComponent.java 70 Texture currentTexture = drawable.getTexture();
  /external/skia/include/gpu/
SkGrPixelRef.h 54 virtual SkGpuTexture* getTexture() SK_OVERRIDE;
GrEffect.h 137 GrTexture* texture(int index) const { return this->textureAccess(index).getTexture(); }
158 fTextureAccesses[t]->getTexture()->incDeferredRefCount();
164 fTextureAccesses[t]->getTexture()->decDeferredRefCount();
  /external/skia/src/image/
SkImage_Gpu.cpp 25 GrTexture* getTexture() { return fTexture; }
80 return ((SkImage_Gpu*)image)->getTexture();
  /frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/
TextureParam.java 52 public TextureBase getTexture() {
  /external/skia/tools/
picture_utils.cpp 17 SkASSERT(NULL == bitmap.getTexture());
19 if (NULL != bitmap.getTexture() || SkBitmap::kARGB_8888_Config == bitmap.config()) {
  /external/jmonkeyengine/engine/src/niftygui/com/jme3/niftygui/
RenderImageJme.java 75 public Texture2D getTexture(){
  /external/skia/src/gpu/
GrAtlas.h 67 GrTexture* getTexture(GrMaskFormat format) const {
GrSWMaskHelper.h 63 bool getTexture(GrAutoScratchTexture* texture);
GrSWMaskHelper.cpp 120 bool GrSWMaskHelper::getTexture(GrAutoScratchTexture* texture) {
176 if (!helper.getTexture(&ast)) {
  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
ResourceManager.h 60 Texture *getTexture(GLuint handle);
  /external/jmonkeyengine/engine/src/test/jme3test/texture/
TestTexture3D.java 66 Texture texture = this.getTexture();
89 private Texture getTexture() throws IOException {
  /external/skia/include/core/
SkPixelRef.h 147 virtual SkGpuTexture* getTexture() { return NULL; }
  /external/skia/legacy/include/core/
SkPixelRef.h 136 virtual SkGpuTexture* getTexture() { return NULL; }
  /external/webkit/Source/WebCore/platform/graphics/chromium/
GLES2Canvas.h 94 Texture* getTexture(NativeImagePtr);
  /frameworks/ex/carousel/test/src/com/android/carouseltest/
MusicDemoActivity.java 70 public Bitmap getTexture(int n) {

Completed in 529 milliseconds

1 2 3 4