HomeSort by relevance Sort by last modified time
    Searched defs:getTexture (Results 1 - 23 of 23) sorted by null

  /external/skia/include/gpu/
SkGrTexturePixelRef.h 30 virtual SkGpuTexture* getTexture() { return (SkGpuTexture*)fTexture; }
56 virtual SkGpuTexture* getTexture();
  /external/replicaisland/src/com/replica/replicaisland/
DrawableObject.java 52 public Texture getTexture() {
DebugSystem.java 70 Texture texture = getTexture(shapeType, colorType);
83 private final Texture getTexture(int shapeType, int colorType) {
DrawableBitmap.java 211 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...]
  /external/skia/src/gpu/
SkGrTexturePixelRef.cpp 71 SkGpuTexture* SkGrRenderTargetPixelRef::getTexture() {
  /external/skia/gpu/include/
GrAtlas.h 75 GrTexture* getTexture(GrMaskFormat format) const {
GrPaint.h 56 GrTexture* getTexture(int i) const {
  /external/skia/include/core/
SkPixelRef.h 115 virtual SkGpuTexture* getTexture() { return NULL; }
  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
ResourceManager.cpp 246 Texture *ResourceManager::getTexture(unsigned int handle)
307 if (!getTexture(texture) && texture != 0)
Texture.cpp     [all...]
Context.cpp 865 if (mResourceManager->getTexture(texture))
922 Texture *Context::getTexture(GLuint handle)
924 return mResourceManager->getTexture(handle);
960 mState.samplerTexture[SAMPLER_2D][mState.activeSampler].set(getTexture(texture));
967 mState.samplerTexture[SAMPLER_CUBE][mState.activeSampler].set(getTexture(texture));
    [all...]
  /frameworks/ex/carousel/test/src/com/android/carouseltest/
MusicDemoActivity.java 70 public Bitmap getTexture(int n) {
CarouselTestActivity.java 84 public Bitmap getTexture(int n) {
TaskSwitcherActivity.java 143 public Bitmap getTexture(int n) {
  /external/collada/include/1.4/dom/
domCommon_color_or_texture_type.h 176 xsNCName getTexture() const { return attrTexture; }
263 const domTextureRef getTexture() const { return elemTexture; }
  /external/webkit/Source/WebCore/platform/graphics/gpu/
SharedGraphicsContext3D.cpp 247 Texture* SharedGraphicsContext3D::getTexture(NativeImagePtr ptr)
  /frameworks/base/libs/hwui/
Layer.h 138 inline GLuint getTexture() {
FontRenderer.h 211 GLuint getTexture(bool linearFiltering = false) {
  /frameworks/base/opengl/java/android/opengl/
Object3D.java 87 public Texture getTexture(String name) {
  /frameworks/ex/carousel/java/com/android/ex/carousel/
CarouselViewHelper.java 110 final Bitmap bitmap = getTexture(id);
178 public Bitmap getTexture(int id) {
  /external/skia/src/core/
SkBitmap.cpp 418 SkGpuTexture* SkBitmap::getTexture() const {
419 return fPixelRef ? fPixelRef->getTexture() : NULL;
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/chromium/
GLES2Canvas.cpp 548 Texture* GLES2Canvas::getTexture(NativeImagePtr ptr)
550 return m_context->getTexture(ptr);
    [all...]

Completed in 347 milliseconds