HomeSort by relevance Sort by last modified time
    Searched refs:textureObject (Results 1 - 7 of 7) 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 208 TextureMap::iterator textureObject = mTextureMap.find(texture);
210 if (textureObject != mTextureMap.end())
212 mTextureHandleAllocator.release(textureObject->first);
213 if (textureObject->second) textureObject->second->release();
214 mTextureMap.erase(textureObject);
373 Texture *textureObject;
377 textureObject = new Texture2D(mRenderer->createTexture(GL_TEXTURE_2D), texture);
381 textureObject = new TextureCubeMap(mRenderer->createTexture(GL_TEXTURE_CUBE_MAP), texture);
385 textureObject = new Texture3D(mRenderer->createTexture(GL_TEXTURE_3D), texture)
    [all...]
libGLESv2.cpp 257 gl::Texture *textureObject = context->getTexture(texture);
259 if (textureObject && textureObject->getTarget() != target && texture != 0)
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/src/org/webrtc/
VideoRenderer.java 48 public Object textureObject;
75 int width, int height, Object textureObject, int textureId) {
80 this.textureObject = textureObject;
102 textureObject = source.textureObject;
  /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/libjingle/source/talk/app/webrtc/java/android/org/webrtc/
VideoRendererGui.java 418 if (frameFromQueue.textureObject instanceof SurfaceTexture) {
420 (SurfaceTexture) frameFromQueue.textureObject;
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLRenderingContextBase.cpp     [all...]

Completed in 302 milliseconds