/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/ |
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);
|
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;
|
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) {
|
/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/ |
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);
|
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...] |
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;
|
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) {
|
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) {
|
GLCanvas.java | 23 import javax.microedition.khronos.opengles.GL11;
|
/packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/glrenderer/ |
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);
|
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;
|
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) {
|
/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;
|
/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/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/Camera2/src/com/android/camera/data/ |
FilmstripItemUtils.java | 29 import javax.microedition.khronos.opengles.GL11; 109 targetHeight > GL11.GL_MAX_TEXTURE_SIZE || targetWidth > GL11.GL_MAX_TEXTURE_SIZE || 122 if ((heightBound > GL11.GL_MAX_TEXTURE_SIZE || widthBound > GL11.GL_MAX_TEXTURE_SIZE) && 139 if (b.getWidth() > GL11.GL_MAX_TEXTURE_SIZE || b.getHeight() > 140 GL11.GL_MAX_TEXTURE_SIZE) { 142 b = Bitmap.createScaledBitmap(b, b.getWidth() * GL11.GL_MAX_TEXTURE_SIZE / maxEdge, 143 b.getHeight() * GL11.GL_MAX_TEXTURE_SIZE / maxEdge, false);
|
/external/skia/platform_tools/android/app/src/com/skia/ |
SkiaSampleRenderer.java | 16 import javax.microedition.khronos.opengles.GL11; 42 if (gl instanceof GL11) { 44 ((GL11) gl).glGetIntegerv(GL11.GL_SAMPLES, value, 0);
|
/external/jmonkeyengine/engine/src/lwjgl/com/jme3/system/lwjgl/ |
LwjglContext.java | 79 String vendor = GL11.glGetString(GL11.GL_VENDOR); 82 String version = GL11.glGetString(GL11.GL_VERSION); 85 String renderGl = GL11.glGetString(GL11.GL_RENDERER); 89 String shadingLang = GL11.glGetString(GL20.GL_SHADING_LANGUAGE_VERSION);
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
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...] |
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...] |
/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;
|
/cts/tests/tests/openglperf/src/android/openglperf/cts/ |
TextureTestRenderer.java | 32 import javax.microedition.khronos.opengles.GL11; 107 ((GL11) gl).glTexParameteriv(GL10.GL_TEXTURE_2D,
|
/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;
|