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

1 2 3

  /external/skia/include/gpu/
SkGrTexturePixelRef.h 49 virtual SkGpuTexture* getTexture();
72 virtual SkGpuTexture* getTexture();
  /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();
DrawableBitmap.java 211 public Texture getTexture() {
RenderSystem.java 112 Texture tex = drawable.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(){
RenderDeviceJme.java 260 Texture2D texture = jmeImage.getTexture();
310 niftyMat.setTexture("Texture", jmeImage.getTexture());
  /external/skia/src/gpu/
GrAtlas.h 68 GrTexture* getTexture(GrMaskFormat format) const {
SkGrTexturePixelRef.cpp 90 SkGpuTexture* SkGrTexturePixelRef::getTexture() {
135 SkGpuTexture* SkGrRenderTargetPixelRef::getTexture() {
GrAtlas.cpp 50 fTexture = mgr->getTexture(format); // we're not an owner, just a pointer
GrDrawState.h 183 const GrTexture* getTexture(int stage) const {
187 GrTexture* getTexture(int stage) {
  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
ResourceManager.h 60 Texture *getTexture(GLuint handle);
ResourceManager.cpp 246 Texture *ResourceManager::getTexture(unsigned int handle)
307 if (!getTexture(texture) && texture != 0)
  /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 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) {
  /frameworks/ex/carousel/java/com/android/ex/carousel/
CarouselViewHelper.java 110 final Bitmap bitmap = getTexture(id);
178 public Bitmap getTexture(int id) {
  /external/webkit/Source/WebCore/platform/graphics/gpu/
SharedGraphicsContext3D.h 123 Texture* getTexture(NativeImagePtr);
  /frameworks/base/libs/hwui/
Layer.h 154 inline GLuint getTexture() {
  /external/skia/src/core/
SkDevice.cpp 119 NULL != bitmap->getTexture()) {
218 if (bitmap.isNull() || bitmap.getTexture()) {
  /external/jmonkeyengine/engine/src/core/com/jme3/font/
BitmapText.java 357 mat.setTexture("Texture", page.getTexture());

Completed in 445 milliseconds

1 2 3