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

12

  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/textures/
TextureHelper.java 155 public Texture getTexture(Structure tex, BlenderContext blenderContext) throws BlenderFileException {
  /external/replicaisland/src/com/replica/replicaisland/
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/legacy/src/core/
SkBitmap.cpp 420 SkGpuTexture* SkBitmap::getTexture() const {
421 return fPixelRef ? fPixelRef->getTexture() : NULL;
972 if (this->getTexture()) {
    [all...]
  /external/skia/src/core/
SkBitmap.cpp 427 SkGpuTexture* SkBitmap::getTexture() const {
428 return fPixelRef ? fPixelRef->getTexture() : NULL;
922 if (fPixelRef->getTexture() != NULL) {
    [all...]
  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
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...]
  /external/webkit/Source/WebCore/platform/graphics/chromium/
GLES2Canvas.cpp 548 Texture* GLES2Canvas::getTexture(NativeImagePtr ptr)
550 return m_context->getTexture(ptr);
    [all...]
  /frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/
ColladaParser.java 278 Texture2D getTexture(String samplerName) {
335 Texture2D tex = getTexture(samplerName);

Completed in 305 milliseconds

12