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

  /packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
GLES11Canvas.java 458 mGLState.setTextureTarget(target);
655 setTextureTarget(0);
666 public void setTextureTarget(int target) {
    [all...]
  /device/generic/goldfish/opengl/system/egl/
egl.cpp 188 void setTextureTarget(EGLint _texTarget) { texTarget = _texTarget; }
690 surface->setTextureTarget(texTarget);
    [all...]

Completed in 65 milliseconds