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 88 private RawTexture mTargetTexture;
131 if (mTargetTexture == null) {
149 if (mTargetTexture == null) {
845 if (mTargetTexture == null && texture != null) {
850 if (mTargetTexture != null && texture == null) {
855 mTargetTexture = texture;
882 mTargetStack.add(mTargetTexture);
    [all...]

Completed in 58 milliseconds