Searched defs:Texture2D (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/angle/src/libGLESv2/
H A DTexture.h8 // classes Texture2D and TextureCubeMap. Implements GL texture objects and
132 class Texture2D : public Texture class in namespace:gl
135 Texture2D(rx::Renderer *renderer, GLuint id);
137 ~Texture2D();
174 DISALLOW_COPY_AND_ASSIGN(Texture2D);
H A DTexture.cpp9 // Texture2D and TextureCubeMap. Implements GL texture objects and related
295 Texture2D::Texture2D(rx::Renderer *renderer, GLuint id) : Texture(renderer, id) function in class:gl::Texture2D
308 Texture2D::~Texture2D()
330 void Texture2D::addProxyRef(const Renderbuffer *proxy)
335 void Texture2D::releaseProxy(const Renderbuffer *proxy)
344 GLenum Texture2D::getTarget() const
349 GLsizei Texture2D::getWidth(GLint level) const
357 GLsizei Texture2D
[all...]
/external/jmonkeyengine/engine/src/core/com/jme3/shader/
H A DVarType.java56 Texture2D(false,true), enum constant in enum:VarType
/external/jmonkeyengine/engine/src/core/com/jme3/texture/
H A DTexture2D.java44 public class Texture2D extends Texture { class in inherits:Texture
52 public Texture2D(){ method in class:Texture2D
60 public Texture2D(Image img){ method in class:Texture2D
79 public Texture2D(int width, int height, Image.Format format){ method in class:Texture2D
94 public Texture2D(int width, int height, int numSamples, Image.Format format){ method in class:Texture2D
101 Texture2D clone = new Texture2D();
186 if (!(other instanceof Texture2D)) {
189 Texture2D that = (Texture2D) othe
[all...]

Completed in 281 milliseconds