Searched refs:getTexture (Results 1 - 25 of 33) sorted by relevance

12

/external/skia/include/gpu/
H A DSkGrTexturePixelRef.h30 virtual SkGpuTexture* getTexture() { return (SkGpuTexture*)fTexture; } function in class:SkGrTexturePixelRef
56 virtual SkGpuTexture* getTexture();
/external/replicaisland/src/com/replica/replicaisland/
H A DDrawableObject.java52 public Texture getTexture() { method in class:DrawableObject
H A DHudSystem.java283 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...]
H A DDebugSystem.java70 Texture texture = getTexture(shapeType, colorType);
83 private final Texture getTexture(int shapeType, int colorType) { method in class:DebugSystem
H A DMotionBlurComponent.java70 Texture currentTexture = drawable.getTexture();
H A DDrawableBitmap.java211 public Texture getTexture() { method in class:DrawableBitmap
H A DRenderSystem.java112 Texture tex = drawable.getTexture();
/external/skia/gpu/include/
H A DGrAtlas.h75 GrTexture* getTexture(GrMaskFormat format) const { function in class:GrAtlasMgr
H A DGrDrawTarget.h236 const GrTexture* getTexture(int stage) const;
237 GrTexture* getTexture(int stage);
H A DGrPaint.h56 GrTexture* getTexture(int i) const { function in class:GrPaint
/external/skia/include/core/
H A DSkPixelRef.h115 virtual SkGpuTexture* getTexture() { return NULL; } function in class:SkPixelRef
H A DSkBitmap.h332 SkGpuTexture* getTexture() const;
/external/skia/src/gpu/
H A DSkGrTexturePixelRef.cpp71 SkGpuTexture* SkGrRenderTargetPixelRef::getTexture() { function in class:SkGrRenderTargetPixelRef
H A DSkGpuDevice.cpp73 GrTexture* texture = (GrTexture*)bitmap.getTexture();
918 if (bitmap.getTexture() || (bitmap.width() <= maxTextureDim &&
993 if (!bitmap.getTexture() && !bitmap.readyToDraw()) {
1053 if (!bitmap.getTexture() && !bitmap.readyToDraw()) {
1090 SkASSERT(NULL != grPaint.getTexture(0));
/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
H A DResourceManager.h60 Texture *getTexture(GLuint handle);
H A DResourceManager.cpp246 Texture *ResourceManager::getTexture(unsigned int handle) function in class:gl::ResourceManager
307 if (!getTexture(texture) && texture != 0)
H A DFramebuffer.cpp49 buffer = context->getTexture(handle)->getColorbuffer(type);
H A DContext.h364 Texture *getTexture(GLuint handle);
/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DGLES2Canvas.h94 Texture* getTexture(NativeImagePtr);
/external/collada/include/1.4/dom/
H A DdomCommon_color_or_texture_type.h176 xsNCName getTexture() const { return attrTexture; } function in class:domCommon_color_or_texture_type_complexType::domTexture
263 const domTextureRef getTexture() const { return elemTexture; } function in class:domCommon_color_or_texture_type_complexType
/external/skia/gpu/src/
H A DGrAtlas.cpp57 fTexture = mgr->getTexture(format); // we're not an owner, just a pointer
H A DGrDrawTarget.cpp312 const GrTexture* GrDrawTarget::getTexture(int stage) const {
317 GrTexture* GrDrawTarget::getTexture(int stage) {
/external/skia/src/core/
H A DSkBitmapProcShader.cpp87 if (!fState.fOrigBitmap.getTexture() && !fState.fOrigBitmap.readyToDraw()) {
/external/webkit/Source/WebCore/platform/graphics/gpu/
H A DSharedGraphicsContext3D.h123 Texture* getTexture(NativeImagePtr);
/external/webkit/Source/WebCore/platform/graphics/skia/
H A DImageSkia.cpp438 Texture* texture = gpuCanvas->getTexture(bitmap);

Completed in 793 milliseconds

12