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

  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
FrameBufferObjectActivity.java 41 private int mTargetTexture;
90 mTargetTexture = createTargetTexture(gl, mFramebufferWidth, mFramebufferHeight);
91 mFramebuffer = createFrameBuffer(gl, mFramebufferWidth, mFramebufferHeight, mTargetTexture);
107 gl.glBindTexture(GL10.GL_TEXTURE_2D, mTargetTexture);
  /packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
GLES11Canvas.java 86 private RawTexture mTargetTexture;
129 if (mTargetTexture == null) {
147 if (mTargetTexture == null) {
843 if (mTargetTexture == null && texture != null) {
848 if (mTargetTexture != null && texture == null) {
853 mTargetTexture = texture;
880 mTargetStack.add(mTargetTexture);
    [all...]

Completed in 1096 milliseconds