HomeSort by relevance Sort by last modified time
    Searched refs:getTexture (Results 1 - 25 of 116) sorted by null

1 2 3 4 5

  /external/chromium_org/third_party/skia/src/image/
SkImage_Gpu.cpp 28 GrTexture* getTexture() { return fBitmap.getTexture(); }
41 SkASSERT(NULL != fBitmap.getTexture());
58 return fBitmap.getTexture();
68 if (NULL == bitmap.getTexture()) {
76 return ((SkImage_Gpu*)image)->getTexture();
  /external/skia/src/image/
SkImage_Gpu.cpp 28 GrTexture* getTexture() { return fBitmap.getTexture(); }
41 SkASSERT(NULL != fBitmap.getTexture());
58 return fBitmap.getTexture();
68 if (NULL == bitmap.getTexture()) {
76 return ((SkImage_Gpu*)image)->getTexture();
  /external/chromium_org/third_party/skia/src/gpu/gl/debug/
GrTextureUnitObj.h 34 GrTextureObj *getTexture() { return fTexture; }
  /external/skia/src/gpu/gl/debug/
GrTextureUnitObj.h 34 GrTextureObj *getTexture() { return fTexture; }
  /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) {
  /frameworks/base/libs/hwui/
Image.h 38 * cannot be created, getTexture() will return 0 and getImage() will
48 GLuint getTexture() const {
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/gpu/
WebGLImageBufferSurface.cpp 61 GrTexture* texture = m_bitmap.getTexture();
  /external/chromium_org/third_party/skia/include/gpu/
SkGrPixelRef.h 52 virtual GrTexture* getTexture() SK_OVERRIDE;
  /external/skia/include/gpu/
SkGrPixelRef.h 52 virtual GrTexture* getTexture() SK_OVERRIDE;
  /external/chromium_org/third_party/skia/tools/
picture_utils.cpp 19 SkASSERT(NULL == bitmap.getTexture());
21 if (NULL != bitmap.getTexture() || kN32_SkColorType == bitmap.colorType()) {
  /external/skia/tools/
picture_utils.cpp 19 SkASSERT(NULL == bitmap.getTexture());
21 if (NULL != bitmap.getTexture() || kN32_SkColorType == bitmap.colorType()) {
  /frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/
TextureParam.java 52 public TextureBase getTexture() {
  /external/chromium_org/third_party/skia/tests/
SurfaceTest.cpp 356 REPORTER_ASSERT(reporter, image4->getTexture() != image3->getTexture());
358 REPORTER_ASSERT(reporter, image4->getTexture() != image2->getTexture());
359 REPORTER_ASSERT(reporter, image4->getTexture() != image1->getTexture());
360 REPORTER_ASSERT(reporter, image3->getTexture() != image2->getTexture());
361 REPORTER_ASSERT(reporter, image3->getTexture() != image1->getTexture());
    [all...]
  /external/skia/tests/
SurfaceTest.cpp 356 REPORTER_ASSERT(reporter, image4->getTexture() != image3->getTexture());
358 REPORTER_ASSERT(reporter, image4->getTexture() != image2->getTexture());
359 REPORTER_ASSERT(reporter, image4->getTexture() != image1->getTexture());
360 REPORTER_ASSERT(reporter, image3->getTexture() != image2->getTexture());
361 REPORTER_ASSERT(reporter, image3->getTexture() != image1->getTexture());
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/skia/
GaneshUtils.cpp 41 if (!bitmap.getTexture() || bitmap.width() != size.width() || bitmap.height() != size.height()) {
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d11/
RenderTarget11.h 33 ID3D11Resource *getTexture() const;
  /external/chromium_org/third_party/skia/include/core/
SkImage.h 58 * Return the GrTexture that stores the image pixels. Calling getTexture
62 GrTexture* getTexture();
  /external/chromium_org/third_party/skia/src/gpu/
GrAtlas.h 88 GrTexture* getTexture() const {
GrLayerCache.h 75 GrTexture* getTexture() { return fTexture; }
GrSWMaskHelper.h 63 bool getTexture(GrAutoScratchTexture* texture);
  /external/skia/include/core/
SkImage.h 58 * Return the GrTexture that stores the image pixels. Calling getTexture
62 GrTexture* getTexture();
  /external/skia/src/gpu/
GrAtlas.h 88 GrTexture* getTexture() const {
GrLayerCache.h 75 GrTexture* getTexture() { return fTexture; }

Completed in 504 milliseconds

1 2 3 4 5