Home
last modified time | relevance | path

Searched defs:Texture (Results 1 – 9 of 9) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/chromium/
DVideoLayerChromium.h45 struct Texture { struct
46 unsigned id;
47 IntSize size;
48 IntSize visibleSize;
49 bool ownedByLayerRenderer;
50 bool isEmpty;
/external/replicaisland/src/com/replica/replicaisland/
DTexture.java25 public class Texture extends AllocationGuard { class
32 public Texture() { in Texture() method in Texture
/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
DRenderbuffer.h24 class Texture; variable
DResourceManager.h25 class Texture; variable
DContext.h41 class Texture; variable
DTexture.cpp37 Texture::Texture(GLuint id) : RefCountObject(id) in Texture() function in gl::Texture
/external/webkit/Source/WebCore/platform/graphics/skia/
DPlatformContextSkia.h51 class Texture; variable
/external/jmonkeyengine/engine/src/core/com/jme3/texture/
DTexture.java60 public abstract class Texture implements Asset, Savable, Cloneable { class
320 public Texture() { in Texture() method in Texture
/external/webkit/Source/WebCore/platform/graphics/gpu/
DTexture.cpp50 Texture::Texture(GraphicsContext3D* context, PassOwnPtr<Vector<unsigned int> > tileTextureIds, Form… in Texture() function in WebCore::Texture