HomeSort by relevance Sort by last modified time
    Searched defs:mgl11 (Results 1 - 4 of 4) sorted by null

  /frameworks/base/opengl/java/android/opengl/
GLWrapperBase.java 38 mgl11 = (GL11) gl;
50 protected GL11 mgl11; field in class:GLWrapperBase
GLErrorWrapper.java 802 mgl11.glTexParameteriv(target, pname, params, offset);
808 mgl11.glTexParameteriv(target, pname, params);
848 mgl11.glClipPlanef(plane, equation, offset);
854 mgl11.glClipPlanef(plane, equation);
860 mgl11.glClipPlanex(plane, equation, offset);
866 mgl11.glClipPlanex(plane, equation);
964 mgl11.glBindBuffer(target, buffer);
970 mgl11.glBufferData(target, size, data, usage);
976 mgl11.glBufferSubData(target, offset, size, data);
982 mgl11.glColor4ub(red, green, blue, alpha)
    [all...]
GLLogWrapper.java     [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
MatrixTrackingGL.java 46 private GL11 mgl11; field in class:MatrixTrackingGL
66 mgl11 = (GL11) gl;
638 mgl11.glTexParameteriv(target, pname, params, offset);
642 mgl11.glTexParameteriv(target, pname, params);
674 mgl11.glClipPlanef(plane, equation, offset);
678 mgl11.glClipPlanef(plane, equation);
682 mgl11.glClipPlanex(plane, equation, offset);
686 mgl11.glClipPlanex(plane, equation);

Completed in 785 milliseconds