OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GLUtils
(Results
1 - 21
of
21
) sorted by null
/external/webkit/Source/WebCore/platform/graphics/android/
GLUtils.h
49
class
GLUtils
{
/development/tools/emulator/opengl/shared/OpenglCodecCommon/
glUtils.h
64
namespace
GLUtils
{
94
}; // namespace
GLUtils
/frameworks/base/opengl/java/android/opengl/
GLUtils.java
30
public final class
GLUtils
{
40
private
GLUtils
() {
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
UploadedTexture.java
23
import android.opengl.
GLUtils
;
185
int format =
GLUtils
.getInternalFormat(bitmap);
186
int type =
GLUtils
.getType(bitmap);
188
GLUtils
.texSubImage2D(GL11.GL_TEXTURE_2D, 0, mBorder, mBorder,
242
GLUtils
.texImage2D(GL11.GL_TEXTURE_2D, 0, bitmap, 0);
244
int format =
GLUtils
.getInternalFormat(bitmap);
245
int type =
GLUtils
.getType(bitmap);
250
GLUtils
.texSubImage2D(GL11.GL_TEXTURE_2D, 0,
256
GLUtils
.texSubImage2D(GL11.GL_TEXTURE_2D, 0,
261
GLUtils
.texSubImage2D(GL11.GL_TEXTURE_2D, 0
[
all
...]
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
AccelerometerTestRenderer.java
37
import android.opengl.
GLUtils
;
316
GLUtils
.texImage2D(GL10.GL_TEXTURE_2D, 0, bitmap, 0);
/development/samples/ApiDemos/src/com/example/android/apis/graphics/
StaticTriangleRenderer.java
36
import android.opengl.
GLUtils
;
202
GLUtils
.texImage2D(GL_TEXTURE_2D, 0, bitmap, 0);
TriangleRenderer.java
34
import android.opengl.
GLUtils
;
104
GLUtils
.texImage2D(GL10.GL_TEXTURE_2D, 0, bitmap, 0);
GLES20TriangleRenderer.java
33
import android.opengl.
GLUtils
;
151
GLUtils
.texImage2D(GLES20.GL_TEXTURE_2D, 0, bitmap, 0);
MatrixPaletteRenderer.java
37
import android.opengl.
GLUtils
;
292
GLUtils
.texImage2D(GL10.GL_TEXTURE_2D, 0, bitmap, 0);
/development/samples/BasicGLSurfaceView/src/com/example/android/basicglsurfaceview/
GLES20TriangleRenderer.java
33
import android.opengl.
GLUtils
;
149
GLUtils
.texImage2D(GLES20.GL_TEXTURE_2D, 0, bitmap, 0);
/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
LabelMaker.java
25
import android.opengl.
GLUtils
;
266
GLUtils
.texImage2D(GL10.GL_TEXTURE_2D, 0, mBitmap, 0);
SpriteTextRenderer.java
35
import android.opengl.
GLUtils
;
111
GLUtils
.texImage2D(GL10.GL_TEXTURE_2D, 0, bitmap, 0);
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
GLTextureViewActivity.java
26
import android.opengl.
GLUtils
;
268
GLUtils
.texImage2D(GL_TEXTURE_2D, 0, GL_RGBA, bitmap, GL_UNSIGNED_BYTE, 0);
352
+
GLUtils
.getEGLErrorString(mEgl.eglGetError()));
363
+
GLUtils
.getEGLErrorString(mEgl.eglGetError()));
369
GLUtils
.getEGLErrorString(mEgl.eglGetError()));
388
+
GLUtils
.getEGLErrorString(error));
393
+
GLUtils
.getEGLErrorString(mEgl.eglGetError()));
411
GLUtils
.getEGLErrorString(mEgl.eglGetError()));
/packages/apps/Gallery2/src/com/android/gallery3d/photoeditor/
RendererUtils.java
21
import android.opengl.
GLUtils
;
80
GLUtils
.texImage2D(GLES20.GL_TEXTURE_2D, 0, bitmap, 0);
/packages/apps/Nfc/src/com/android/nfc/
FireflyRenderThread.java
24
import android.opengl.
GLUtils
;
171
GLUtils
.texImage2D(GL10.GL_TEXTURE_2D, 0, bitmap, 0);
258
GLUtils
.getEGLErrorString(mEgl.eglGetError()));
265
GLUtils
.getEGLErrorString(mEgl.eglGetError()));
287
GLUtils
.getEGLErrorString(mEgl.eglGetError()));
317
+
GLUtils
.getEGLErrorString(mEgl.eglGetError()));
327
GLUtils
.getEGLErrorString(mEgl.eglGetError()));
/prebuilt/sdk/12/
android.jar
/prebuilt/sdk/14/
android.jar
/prebuilt/sdk/4/
android.jar
/prebuilt/sdk/5/
android.jar
/prebuilt/sdk/6/
android.jar
/prebuilt/sdk/8/
android.jar
Completed in 365 milliseconds