Home
last modified time | relevance | path

Searched refs:mgl11 (Results 1 – 1 of 1) sorted by relevance

/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
DMatrixTrackingGL.java46 private GL11 mgl11; field in MatrixTrackingGL
66 mgl11 = (GL11) gl; in MatrixTrackingGL()
638 mgl11.glTexParameteriv(target, pname, params, offset); in glTexParameteriv()
642 mgl11.glTexParameteriv(target, pname, params); in glTexParameteriv()
674 mgl11.glClipPlanef(plane, equation, offset); in glClipPlanef()
678 mgl11.glClipPlanef(plane, equation); in glClipPlanef()
682 mgl11.glClipPlanex(plane, equation, offset); in glClipPlanex()
686 mgl11.glClipPlanex(plane, equation); in glClipPlanex()