Searched defs:Texture (Results 1 – 9 of 9) sorted by relevance
45 struct Texture { struct46 unsigned id;47 IntSize size;48 IntSize visibleSize;49 bool ownedByLayerRenderer;50 bool isEmpty;
25 public class Texture extends AllocationGuard { class32 public Texture() { in Texture() method in Texture
24 class Texture; variable
25 class Texture; variable
41 class Texture; variable
37 Texture::Texture(GLuint id) : RefCountObject(id) in Texture() function in gl::Texture
51 class Texture; variable
60 public abstract class Texture implements Asset, Savable, Cloneable { class320 public Texture() { in Texture() method in Texture
50 Texture::Texture(GraphicsContext3D* context, PassOwnPtr<Vector<unsigned int> > tileTextureIds, Form… in Texture() function in WebCore::Texture