HomeSort by relevance Sort by last modified time
    Searched refs:getTexture (Results 1 - 25 of 64) 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(){
  /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
  /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/base/libs/hwui/
FontRenderer.h 85 GLuint getTexture(bool linearFiltering = false) {
98 if (cacheTexture && cacheTexture->getTexture()) {
FontRenderer.cpp 135 if (mCacheTextures[i]->getTexture()) {
136 memset(mCacheTextures[i]->getTexture(), 0,
148 if (cacheTexture->getTexture()) {
211 if (!cacheTexture->getTexture()) {
217 uint8_t* cacheBuffer = cacheTexture->getTexture();
333 if (cacheTexture->isDirty() && cacheTexture->getTexture()) {
341 void* textureData = cacheTexture->getTexture() + y * width;
Layer.h 137 inline GLuint getTexture() {
  /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/font/
CacheTexture.h 154 inline uint8_t* getTexture() const {
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
TiledScreenNail.java 213 public TiledTexture getTexture() {

Completed in 272 milliseconds

1 2 3