Searched defs:getTexture (Results 1 - 19 of 19) sorted by relevance

/external/jmonkeyengine/engine/src/test/jme3test/texture/
H A DTestTexture3D.java66 Texture texture = this.getTexture();
89 private Texture getTexture() throws IOException { method in class:TestTexture3D
/external/jmonkeyengine/engine/src/niftygui/com/jme3/niftygui/
H A DRenderImageJme.java75 public Texture2D getTexture(){ method in class:RenderImageJme
/external/jmonkeyengine/engine/src/core/com/jme3/font/
H A DBitmapTextPage.java110 Texture2D getTexture() { method in class:BitmapTextPage
/external/replicaisland/src/com/replica/replicaisland/
H A DDrawableObject.java52 public Texture getTexture() { method in class:DrawableObject
H A DDebugSystem.java70 Texture texture = getTexture(shapeType, colorType);
83 private final Texture getTexture(int shapeType, int colorType) { method in class:DebugSystem
H A DDrawableBitmap.java211 public Texture getTexture() { method in class:DrawableBitmap
/external/skia/src/gpu/
H A DGrAtlas.h68 GrTexture* getTexture(GrMaskFormat format) const { function in class:GrAtlasMgr
H A DSkGrTexturePixelRef.cpp90 SkGpuTexture* SkGrTexturePixelRef::getTexture() { function in class:SkGrTexturePixelRef
135 SkGpuTexture* SkGrRenderTargetPixelRef::getTexture() { function in class:SkGrRenderTargetPixelRef
H A DGrDrawState.h183 const GrTexture* getTexture(int stage) const { function in struct:GrDrawState
187 GrTexture* getTexture(int stage) { function in struct:GrDrawState
/external/skia/include/core/
H A DSkPixelRef.h136 virtual SkGpuTexture* getTexture() { return NULL; } function in class:SkPixelRef
/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
H A DResourceManager.cpp246 Texture *ResourceManager::getTexture(unsigned int handle) function in class:gl::ResourceManager
307 if (!getTexture(texture) && texture != 0)
H A DTexture.cpp1090 IDirect3DBaseTexture9 *Texture::getTexture() function in class:gl::Texture
H A DContext.cpp865 if (mResourceManager->getTexture(texture))
922 Texture *Context::getTexture(GLuint handle) function in class:gl::Context
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));
2049 device->SetTexture(sampler, texture->getTexture());
2053 device->SetTexture(sampler, getIncompleteTexture(textureType)->getTexture());
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/textures/
H A DTextureHelper.java155 public Texture getTexture(Structure tex, BlenderContext blenderContext) throws BlenderFileException { method in class:TextureHelper
/external/jmonkeyengine/engine/src/core/com/jme3/texture/
H A DFrameBuffer.java107 public Texture getTexture(){ method in class:FrameBuffer.RenderBuffer
/external/skia/include/gpu/
H A DGrPaint.h52 GrTexture* getTexture(int i) const { function in class:GrPaint
/external/webkit/Source/WebCore/platform/graphics/gpu/
H A DSharedGraphicsContext3D.cpp247 Texture* SharedGraphicsContext3D::getTexture(NativeImagePtr ptr) function in class:WebCore::SharedGraphicsContext3D
/external/skia/src/core/
H A DSkBitmap.cpp420 SkGpuTexture* SkBitmap::getTexture() const { function in class:SkBitmap
421 return fPixelRef ? fPixelRef->getTexture() : NULL;
972 if (this->getTexture()) {
/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DGLES2Canvas.cpp548 Texture* GLES2Canvas::getTexture(NativeImagePtr ptr) function in class:WebCore::GLES2Canvas
550 return m_context->getTexture(ptr);

Completed in 6141 milliseconds