HomeSort by relevance Sort by last modified time
    Searched refs:textureObject (Results 1 - 2 of 2) sorted by null

  /frameworks/base/opengl/libagl/
texture.cpp 641 EGLTextureObject* textureObject = c->textures.tmu[c->textures.active].texture;
646 textureObject->wraps = param;
654 textureObject->wrapt = param;
666 textureObject->min_filter = param;
674 textureObject->mag_filter = param;
680 textureObject->generate_mipmap = param;
719 EGLTextureObject* textureObject = u.texture;
720 const GLint Ucr = textureObject->crop_rect[0] << 16;
721 const GLint Vcr = textureObject->crop_rect[1] << 16;
722 const GLint Wcr = textureObject->crop_rect[2] << 16
    [all...]
  /external/webkit/WebKit/chromium/src/
GraphicsContext3D.cpp 912 unsigned int textureObject = EXTRACT(texture);
914 glBindTexture(target, textureObject);
    [all...]

Completed in 25 milliseconds