HomeSort by relevance Sort by last modified time
    Searched defs:Texture2D (Results 1 - 5 of 5) sorted by null

  /frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/
Texture2D.java 30 public class Texture2D extends TextureBase {
35 public Texture2D() {
39 public Texture2D(Allocation tex) {
44 public Texture2D(String dir, String file) {
50 public Texture2D(int resourceID) {
  /external/chromium_org/third_party/angle_dx11/src/libGLESv2/
Texture.h 8 // classes Texture2D and TextureCubeMap. Implements GL texture objects and
132 class Texture2D : public Texture
135 Texture2D(rx::Renderer *renderer, GLuint id);
137 ~Texture2D();
174 DISALLOW_COPY_AND_ASSIGN(Texture2D);
Texture.cpp 9 // Texture2D and TextureCubeMap. Implements GL texture objects and related
295 Texture2D::Texture2D(rx::Renderer *renderer, GLuint id) : Texture(renderer, id)
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::getHeight(GLint level) cons
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/shader/
VarType.java 56 Texture2D(false,true),
  /external/jmonkeyengine/engine/src/core/com/jme3/texture/
Texture2D.java 44 public class Texture2D extends Texture {
52 public Texture2D(){
60 public Texture2D(Image img){
79 public Texture2D(int width, int height, Image.Format format){
94 public Texture2D(int width, int height, int numSamples, Image.Format format){
101 Texture2D clone = new Texture2D();
186 if (!(other instanceof Texture2D)) {
189 Texture2D that = (Texture2D) other
    [all...]

Completed in 242 milliseconds