/external/replicaisland/src/com/replica/replicaisland/ |
Grid.java | 27 import javax.microedition.khronos.opengles.GL11; 227 GL11 gl11 = (GL11)gl; local 229 gl11.glBindBuffer(GL11.GL_ARRAY_BUFFER, mVertBufferIndex); 230 gl11.glVertexPointer(3, mCoordinateType, 0, 0); 232 gl11.glBindBuffer(GL11.GL_ARRAY_BUFFER, mTextureCoordBufferIndex); 233 gl11.glTexCoordPointer(2, mCoordinateType, 0, 0) 249 GL11 gl11 = (GL11)gl; local 267 GL11 gl11 = (GL11)gl; local 312 GL11 gl11 = (GL11)gl; local 339 GL11 gl11 = (GL11)gl; local [all...] |
GLErrorLogger.java | 27 import javax.microedition.khronos.opengles.GL11; 38 static class ErrorLoggingGL implements GL, GL10, GL10Ext, GL11, GL11Ext { 709 ((GL11)mGL).glBindBuffer(arg0, arg1); 714 ((GL11)mGL).glBufferData(arg0, arg1, arg2, arg3); 719 ((GL11)mGL).glBufferSubData(arg0, arg1, arg2, arg3); 724 ((GL11)mGL).glClipPlanef(arg0, arg1); 729 ((GL11)mGL).glClipPlanef(arg0, arg1, arg2); 734 ((GL11)mGL).glClipPlanex(arg0, arg1); 739 ((GL11)mGL).glClipPlanex(arg0, arg1, arg2); 744 ((GL11)mGL).glColor4ub(arg0, arg1, arg2, arg3) [all...] |
OpenGLSystem.java | 20 import javax.microedition.khronos.opengles.GL11; 67 ((GL11) sGL).glTexParameteriv(GL10.GL_TEXTURE_2D, GL11Ext.GL_TEXTURE_CROP_RECT_OES,
|
/frameworks/native/opengl/tools/glgen/stubs/jsr239/ |
GL11ImplHeader.java-impl | 10 import javax.microedition.khronos.opengles.GL11; 13 public class GL11Impl implements GL11 {
|
GLImplHeader.java-impl | 31 import javax.microedition.khronos.opengles.GL11; 35 public class GLImpl implements GL10, GL10Ext, GL11, GL11Ext, GL11ExtensionPack { 78 "Application %s (SDK target %d) called a GL11 Pointer method with an indirect Buffer.",
|
/frameworks/native/opengl/tests/testViewport/src/com/android/test/ |
TestView.java | 50 import javax.microedition.khronos.opengles.GL11; 189 GL11 gl11 = (GL11) gl; local 190 gl11.glGenBuffers(2, vboIds, 0); 195 gl11.glBindBuffer(GL11.GL_ARRAY_BUFFER, mVertexBufferObjectId); 197 gl11.glBufferData(GL11.GL_ARRAY_BUFFER, mVertexByteBuffer.capacity(), mVertexByteBuffer, GL11.GL_STATIC_DRAW) 210 GL11 gl11 = (GL11) gl; local [all...] |
/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/ |
GLES11Canvas.java | 39 import javax.microedition.khronos.opengles.GL11; 57 private GL11 mGL; 99 public GLES11Canvas(GL11 gl) { 111 gl.glBindBuffer(GL11.GL_ARRAY_BUFFER, mBoxCoords); 112 gl.glBufferData(GL11.GL_ARRAY_BUFFER, xyBuffer.capacity() * (Float.SIZE / Byte.SIZE), 113 xyBuffer, GL11.GL_STATIC_DRAW); 115 gl.glVertexPointer(2, GL11.GL_FLOAT, 0, 0); 116 gl.glTexCoordPointer(2, GL11.GL_FLOAT, 0, 0); 119 gl.glClientActiveTexture(GL11.GL_TEXTURE1); 120 gl.glTexCoordPointer(2, GL11.GL_FLOAT, 0, 0) [all...] |
GLES20IdImpl.java | 5 import javax.microedition.khronos.opengles.GL11; 25 public void glDeleteTextures(GL11 gl, int n, int[] textures, int offset) { 32 public void glDeleteBuffers(GL11 gl, int n, int[] buffers, int offset) {
|
RawTexture.java | 21 import javax.microedition.khronos.opengles.GL11; 51 canvas.initializeTextureSize(this, GL11.GL_RGBA, GL11.GL_UNSIGNED_BYTE); 71 return GL11.GL_TEXTURE_2D;
|
GLId.java | 19 import javax.microedition.khronos.opengles.GL11; 28 public void glDeleteTextures(GL11 gl, int n, int[] textures, int offset); 30 public void glDeleteBuffers(GL11 gl, int n, int[] buffers, int offset);
|
GLES11IdImpl.java | 18 import javax.microedition.khronos.opengles.GL11; 47 public void glDeleteTextures(GL11 gl, int n, int[] textures, int offset) { 54 public void glDeleteBuffers(GL11 gl, int n, int[] buffers, int offset) {
|
/frameworks/base/opengl/java/android/opengl/ |
GLWrapperBase.java | 22 import javax.microedition.khronos.opengles.GL11; 31 implements GL, GL10, GL10Ext, GL11, GL11Ext, GL11ExtensionPack { 37 if (gl instanceof GL11) { 38 mgl11 = (GL11) gl; 50 protected GL11 mgl11;
|
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/ |
GLES20IdImpl.java | 5 import javax.microedition.khronos.opengles.GL11; 25 public void glDeleteTextures(GL11 gl, int n, int[] textures, int offset) { 32 public void glDeleteBuffers(GL11 gl, int n, int[] buffers, int offset) {
|
RawTexture.java | 21 import javax.microedition.khronos.opengles.GL11; 51 canvas.initializeTextureSize(this, GL11.GL_RGBA, GL11.GL_UNSIGNED_BYTE); 71 return GL11.GL_TEXTURE_2D;
|
GLId.java | 19 import javax.microedition.khronos.opengles.GL11; 28 public void glDeleteTextures(GL11 gl, int n, int[] textures, int offset); 30 public void glDeleteBuffers(GL11 gl, int n, int[] buffers, int offset);
|
/packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/glrenderer/ |
GLES20IdImpl.java | 5 import javax.microedition.khronos.opengles.GL11; 25 public void glDeleteTextures(GL11 gl, int n, int[] textures, int offset) { 32 public void glDeleteBuffers(GL11 gl, int n, int[] buffers, int offset) {
|
RawTexture.java | 21 import javax.microedition.khronos.opengles.GL11; 51 canvas.initializeTextureSize(this, GL11.GL_RGBA, GL11.GL_UNSIGNED_BYTE); 71 return GL11.GL_TEXTURE_2D;
|
GLId.java | 19 import javax.microedition.khronos.opengles.GL11; 28 public void glDeleteTextures(GL11 gl, int n, int[] textures, int offset); 30 public void glDeleteBuffers(GL11 gl, int n, int[] buffers, int offset);
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
MatrixPaletteRenderer.java | 29 import javax.microedition.khronos.opengles.GL11; 184 GL11 gl11 = (GL11) gl; local 185 gl11.glGenBuffers(2, vboIds, 0); 190 gl11.glBindBuffer(GL11.GL_ARRAY_BUFFER, mVertexBufferObjectId); 192 gl11.glBufferData(GL11.GL_ARRAY_BUFFER, mVertexByteBuffer.capacity(), mVertexByteBuffer, GL11.GL_STATIC_DRAW) 205 GL11 gl11 = (GL11) gl; local [all...] |
CubeMapActivity.java | 29 import javax.microedition.khronos.opengles.GL11; 340 GL11 gl11 = (GL11) gl; local 341 gl11.glGenBuffers(2, vboIds, 0); 346 gl11.glBindBuffer(GL11.GL_ARRAY_BUFFER, mVertexBufferObjectId); 348 gl11.glBufferData(GL11.GL_ARRAY_BUFFER, mVertexByteBuffer.capacity(), mVertexByteBuffer, GL11.GL_STATIC_DRAW) 363 GL11 gl11 = (GL11) gl; local [all...] |
/external/chromium_org/third_party/skia/platform_tools/android/app/src/com/skia/ |
SkiaSampleRenderer.java | 16 import javax.microedition.khronos.opengles.GL11; 40 if (gl instanceof GL11) { 42 ((GL11) gl).glGetIntegerv(GL11.GL_SAMPLES, value, 0);
|
/external/skia/platform_tools/android/app/src/com/skia/ |
SkiaSampleRenderer.java | 16 import javax.microedition.khronos.opengles.GL11; 40 if (gl instanceof GL11) { 42 ((GL11) gl).glGetIntegerv(GL11.GL_SAMPLES, value, 0);
|
/packages/apps/Camera2/src/com/android/camera/data/ |
LocalDataUtil.java | 32 import javax.microedition.khronos.opengles.GL11; 134 targetHeight > GL11.GL_MAX_TEXTURE_SIZE || targetWidth > GL11.GL_MAX_TEXTURE_SIZE || 147 if ((heightBound > GL11.GL_MAX_TEXTURE_SIZE || widthBound > GL11.GL_MAX_TEXTURE_SIZE) && 164 if (b.getWidth() > GL11.GL_MAX_TEXTURE_SIZE || b.getHeight() > 165 GL11.GL_MAX_TEXTURE_SIZE) { 167 b = Bitmap.createScaledBitmap(b, b.getWidth() * GL11.GL_MAX_TEXTURE_SIZE / maxEdge, 168 b.getHeight() * GL11.GL_MAX_TEXTURE_SIZE / maxEdge, false);
|
/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
GLRootView.java | 52 import javax.microedition.khronos.opengles.GL11; 81 private GL11 mGL; 285 GL11 gl = (GL11) gl1; 321 GL11 gl = (GL11) gl1;
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/ |
MatrixTrackingGL.java | 31 import javax.microedition.khronos.opengles.GL11; 43 class MatrixTrackingGL implements GL, GL10, GL10Ext, GL11, GL11Ext { 46 private GL11 mgl11; 65 if (gl instanceof GL11) { 66 mgl11 = (GL11) gl; 751 // Unsupported GL11 methods 1048 oesMode = GL11.GL_MODELVIEW_MATRIX_FLOAT_AS_INT_BITS_OES; 1051 oesMode = GL11.GL_PROJECTION_MATRIX_FLOAT_AS_INT_BITS_OES; 1054 oesMode = GL11.GL_TEXTURE_MATRIX_FLOAT_AS_INT_BITS_OES;
|