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

  /external/replicaisland/src/com/replica/replicaisland/
AnimationFrame.java 33 public AnimationFrame(Texture textureObject, float animationHoldTime) {
35 texture = textureObject;
39 public AnimationFrame(Texture textureObject, float animationHoldTime,
43 texture = textureObject;
  /external/chromium_org/third_party/angle/src/libGLESv2/
ResourceManager.cpp 210 TextureMap::iterator textureObject = mTextureMap.find(texture);
212 if (textureObject != mTextureMap.end())
214 mTextureHandleAllocator.release(textureObject->first);
215 if (textureObject->second) textureObject->second->release();
216 mTextureMap.erase(textureObject);
375 Texture *textureObject;
379 textureObject = new Texture2D(mRenderer, texture);
383 textureObject = new TextureCubeMap(mRenderer, texture);
387 textureObject = new Texture3D(mRenderer, texture)
    [all...]
libGLESv2.cpp 295 gl::Texture *textureObject = context->getTexture(texture);
297 if (textureObject && textureObject->getTarget() != target && texture != 0)
    [all...]
  /frameworks/native/opengl/libagl/
texture.cpp 640 EGLTextureObject* textureObject = c->textures.tmu[c->textures.active].texture;
645 textureObject->wraps = param;
653 textureObject->wrapt = param;
665 textureObject->min_filter = param;
673 textureObject->mag_filter = param;
679 textureObject->generate_mipmap = param;
718 EGLTextureObject* textureObject = u.texture;
719 const GLint Ucr = textureObject->crop_rect[0] << 16;
720 const GLint Vcr = textureObject->crop_rect[1] << 16;
721 const GLint Wcr = textureObject->crop_rect[2] << 16
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLRenderingContextBase.cpp     [all...]

Completed in 78 milliseconds