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

12 3 4

  /external/skia/include/core/
SkPixelRef.h 198 virtual GrTexture* getTexture() { return NULL; }
SkBitmap.h 442 GrTexture* getTexture() const;
    [all...]
  /external/skia/src/gpu/gl/
GrGLProgramDesc.cpp 48 uint32_t configComponentMask = GrPixelConfigComponentMask(access.getTexture()->config());
GrGLProgram.cpp 95 static_cast<GrGLTexture*>(textureAccess.getTexture()));
  /external/skia/src/effects/
SkXfermodeImageFilter.cpp 128 GrTexture* backgroundTex = background.getTexture();
141 GrTexture* foregroundTex = foreground.getTexture();
  /external/skia/src/image/
SkImage_Gpu.cpp 23 GrTexture* tex = this->getTexture();
36 if (image->getTexture()) {
SkImage.cpp 49 GrTexture* SkImage::getTexture() const {
SkSurface_Gpu.cpp 77 if (rt->asTexture() == image->getTexture()) {
  /external/replicaisland/src/com/replica/replicaisland/
DrawableBitmap.java 211 public Texture getTexture() {
RenderSystem.java 112 Texture tex = drawable.getTexture();
  /external/skia/src/gpu/
SkGrPixelRef.cpp 122 GrTexture* SkGrPixelRef::getTexture() {
SkGpuDevice.cpp 99 if (GrTexture* bmpTexture = bitmap.getTexture()) {
    [all...]
GrBatchFontCache.cpp 132 GrTexture* texture = fAtlases[i]->getTexture();
  /frameworks/base/libs/hwui/font/
CacheTexture.h 118 Texture& getTexture() {
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
TiledScreenNail.java 211 public TiledTexture getTexture() {
  /external/skia/src/core/
SkImageFilter.cpp 245 GrTexture* srcTexture = input.getTexture();
395 GrContext* context = src.getTexture()->getContext();
401 if (!result->getTexture()) {
SkBitmap.cpp 403 GrTexture* SkBitmap::getTexture() const {
404 return fPixelRef ? fPixelRef->getTexture() : NULL;
786 if (fPixelRef->getTexture() != NULL) {
1042 if (this->getTexture()) {
    [all...]
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
BackingStore.java 636 return getTexture();
676 private TextureSource getTexture() {
687 mRenderTarget = RenderTarget.currentTarget().forTexture(getTexture(), w, h);
  /external/jmonkeyengine/engine/src/niftygui/com/jme3/niftygui/
RenderDeviceJme.java 260 Texture2D texture = jmeImage.getTexture();
310 niftyMat.setTexture("Texture", jmeImage.getTexture());
  /external/jmonkeyengine/engine/src/core/com/jme3/font/
BitmapText.java 357 mat.setTexture("Texture", page.getTexture());
BitmapTextPage.java 110 Texture2D getTexture() {
  /external/jmonkeyengine/engine/src/core/com/jme3/texture/
FrameBuffer.java 107 public Texture getTexture(){
  /frameworks/base/libs/hwui/
Layer.h 207 inline Texture& getTexture() {
  /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);

Completed in 978 milliseconds

12 3 4