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

12 3

  /external/jmonkeyengine/engine/src/core/com/jme3/font/
BitmapTextPage.java 110 Texture2D getTexture() {
  /external/jmonkeyengine/engine/src/core/com/jme3/texture/
FrameBuffer.java 107 public Texture getTexture(){
  /external/skia/include/gpu/
GrPaint.h 52 GrTexture* getTexture(int i) const {
  /external/skia/src/core/
SkBitmapProcShader.cpp 98 if (!fState.fOrigBitmap.getTexture() && !fState.fOrigBitmap.readyToDraw()) {
SkBitmap.cpp 420 SkGpuTexture* SkBitmap::getTexture() const {
421 return fPixelRef ? fPixelRef->getTexture() : NULL;
972 if (this->getTexture()) {
    [all...]
  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
Framebuffer.cpp 49 buffer = context->getTexture(handle)->getColorbuffer(type);
Context.h 364 Texture *getTexture(GLuint handle);
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/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/
Renderable.java 143 TextureBase tex = p.getTexture();
ColladaParser.java 278 Texture2D getTexture(String samplerName) {
335 Texture2D tex = getTexture(samplerName);
  /frameworks/ex/carousel/test/src/com/android/carouseltest/
CarouselTestActivity.java 84 public Bitmap getTexture(int n) {
TaskSwitcherActivity.java 143 public Bitmap getTexture(int n) {
  /external/skia/src/gpu/gl/
GrGpuGLShaders.cpp 464 static_cast<const GrGLTexture*>(drawState.getTexture(s));
485 static_cast<const GrGLTexture*>(drawState.getTexture(s));
568 static_cast<const GrGLTexture*>(this->getDrawState().getTexture(s));
588 static_cast<const GrGLTexture*>(this->getDrawState().getTexture(s));
    [all...]
GrGpuGL.cpp     [all...]
  /external/skia/src/gpu/
SkGpuDevice.cpp 78 GrTexture* texture = (GrTexture*)bitmap.getTexture();
    [all...]
GrInOrderDrawBuffer.cpp 333 GrSafeUnref(dstate.getTexture(s));
600 GrSafeRef(drawState.getTexture(s));
GrDrawTarget.h     [all...]
GrTextContext.cpp 121 if (NULL != fPaint.getTexture(t)) {
GrDrawTarget.cpp 764 GrPixelConfigIsUnpremultiplied(drawState.getTexture(s)->config()) &&
834 GrAssert(NULL != drawState.getTexture(s));
835 GrPixelConfig config = drawState.getTexture(s)->config();
    [all...]
GrContext.cpp 740 if (NULL != target->getDrawState().getTexture(s)) {
    [all...]
  /external/skia/include/core/
SkBitmap.h 344 SkGpuTexture* getTexture() const;
    [all...]
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/materials/
MaterialContext.java 153 Texture texture = textureHelper.getTexture(mtexAndTex[1], blenderContext);
  /external/webkit/Source/WebCore/platform/graphics/skia/
ImageSkia.cpp 438 Texture* texture = gpuCanvas->getTexture(bitmap);
  /frameworks/base/libs/hwui/
FontRenderer.h 279 GLuint getTexture(bool linearFiltering = false) {
OpenGLRenderer.cpp 637 layer->getTexture(), 0);
761 setupDrawTexture(layer->getTexture());
763 setupDrawExternalTexture(layer->getTexture());
814 layer->getTexture(), layer->getAlpha() / 255.0f,
861 setupDrawTexture(layer->getTexture());
    [all...]

Completed in 8253 milliseconds

12 3