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

/frameworks/base/opengl/java/android/opengl/
H A DGLWrapperBase.java38 mgl11 = (GL11) gl;
50 protected GL11 mgl11; field in class:GLWrapperBase
H A DGLErrorWrapper.java802 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
[all...]
H A DGLLogWrapper.java2512 mgl11.glTexParameteriv(target, pname, params, offset);
2523 mgl11.glTexParameteriv(target, pname, params);
2592 mgl11.glClipPlanef(plane, equation, offset);
2601 mgl11.glClipPlanef(plane, equation);
2611 mgl11.glClipPlanex(plane, equation, offset);
2620 mgl11.glClipPlanex(plane, equation);
2775 mgl11.glBindBuffer(target, buffer);
2786 mgl11.glBufferData(target, size, data, usage);
2797 mgl11.glBufferSubData(target, offset, size, data);
2808 mgl11
[all...]

Completed in 2793 milliseconds