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

1 2 3 4

  /external/skia/src/gpu/gl/debug/
GrTextureUnitObj.h 34 GrTextureObj *getTexture() { 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();
  /frameworks/base/libs/hwui/
Image.h 38 * cannot be created, getTexture() will return 0 and getImage() will
48 GLuint getTexture() const {
AssetAtlas.h 145 GLuint getTexture() const {
AssetAtlas.cpp 40 if (mImage->getTexture()) {
67 mTexture->id = mImage ? mImage->getTexture() : 0;
  /external/skia/include/gpu/
SkGrPixelRef.h 50 GrTexture* getTexture() override;
GrTextureAccess.h 159 (this->getTexture() == other.getTexture()) &&
165 GrTexture* getTexture() const { return fTexture.get(); }
GrXferProcessor.h 210 const GrTexture* getDstCopyTexture() const { return fDstCopy.getTexture(); }
249 if (this->fDstCopy.getTexture() != that.fDstCopy.getTexture()) {
GrProcessor.h 75 GrTexture* texture(int index) const { return this->textureAccess(index).getTexture(); }
  /external/skia/tools/
picture_utils.cpp 19 SkASSERT(NULL == bitmap.getTexture());
21 if (bitmap.getTexture() || kN32_SkColorType == bitmap.colorType()) {
  /external/skia/src/gpu/gl/
GrGLProcessor.h 47 , fConfigComponentMask(GrPixelConfigComponentMask(access.getTexture()->config())) {
  /external/skia/src/image/
SkImage_Gpu.h 30 GrTexture* tex = this->getTexture();
  /frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/
TextureParam.java 52 public TextureBase getTexture() {
  /external/jmonkeyengine/engine/src/niftygui/com/jme3/niftygui/
RenderImageJme.java 75 public Texture2D getTexture(){
  /external/skia/include/core/
SkImage.h 91 * Return the GrTexture that stores the image pixels. Calling getTexture
95 GrTexture* getTexture() const;
  /external/skia/src/gpu/
GrLayerCache.cpp 169 SkDEBUGCODE(GrAutoValidateLayer avl(fAtlas ? fAtlas->getTexture() : NULL, layer);)
211 SkDEBUGCODE(avl.setBackingTexture(fAtlas->getTexture()));
219 layer->setTexture(fAtlas->getTexture(), bounds);
268 SkDEBUGCODE(GrAutoValidateLayer avl(fAtlas ? fAtlas->getTexture() : NULL, layer);)
319 layer->validate(fAtlas.get() ? fAtlas->getTexture() : NULL);
468 fContext->discardRenderTarget(fAtlas->getTexture()->asRenderTarget());
485 GrTexture* atlasTexture = fAtlas->getTexture();
GrBatchFontCache.h 102 // if getTexture returns NULL, the client must not try to use other functions on the
105 GrTexture* getTexture(GrMaskFormat format) {
107 return this->getAtlas(format)->getTexture();
GrAtlas.h 115 GrTexture* getTexture() const {
GrBatchAtlas.h 49 GrTexture* getTexture() const { return fTexture; }
  /external/skia/tests/
SurfaceTest.cpp 473 REPORTER_ASSERT(reporter, image4->getTexture() != image3->getTexture());
475 REPORTER_ASSERT(reporter, image4->getTexture() != image2->getTexture());
476 REPORTER_ASSERT(reporter, image4->getTexture() != image1->getTexture());
477 REPORTER_ASSERT(reporter, image3->getTexture() != image2->getTexture());
478 REPORTER_ASSERT(reporter, image3->getTexture() != image1->getTexture());
    [all...]
  /external/jmonkeyengine/engine/src/test/jme3test/texture/
TestTexture3D.java 66 Texture texture = this.getTexture();
89 private Texture getTexture() throws IOException {
  /external/skia/src/gpu/effects/
GrTextureStripAtlas.h 71 GrTexture* getTexture() const { return fTexture; }

Completed in 482 milliseconds

1 2 3 4