Searched refs:GL_UNSIGNED_BYTE (Results 51 - 60 of 60) sorted by relevance

123

/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/
H A DGLES20Canvas.java745 GLES20.glDrawElements(GLES20.GL_TRIANGLE_STRIP, indexCount, GLES20.GL_UNSIGNED_BYTE, 0);
/frameworks/native/opengl/include/GLES/
H A Dgl.h110 /* GL_UNSIGNED_BYTE */
315 #define GL_UNSIGNED_BYTE 0x1401 macro
373 /* GL_UNSIGNED_BYTE */
/frameworks/native/opengl/include/GLES2/
H A Dgl2.h197 #define GL_UNSIGNED_BYTE 0x1401 macro
/frameworks/native/opengl/tests/angeles/
H A Ddemo.c78 * components per color with GL_UNSIGNED_BYTE datatype and stride 0.
152 glColorPointer(4, GL_UNSIGNED_BYTE, 0, object->colorArray);
/frameworks/native/opengl/tests/angeles/include/GLES/
H A Dgl.h137 /* GL_UNSIGNED_BYTE */
272 #define GL_UNSIGNED_BYTE 0x1401 macro
330 /* GL_UNSIGNED_BYTE */
/frameworks/native/opengl/include/GLES3/
H A Dgl3.h197 #define GL_UNSIGNED_BYTE 0x1401 macro
H A Dgl31.h197 #define GL_UNSIGNED_BYTE 0x1401 macro
/frameworks/native/opengl/libs/EGL/
H A DeglApi.cpp1134 GL_RGBA,GL_UNSIGNED_BYTE,&pixel);
/frameworks/rs/driver/
H A DrsdAllocation.cpp68 case RS_TYPE_UNSIGNED_8: return GL_UNSIGNED_BYTE;
/frameworks/base/libs/hwui/
H A DOpenGLRenderer.cpp711 0, GL_RGBA, GL_UNSIGNED_BYTE, nullptr);

Completed in 815 milliseconds

123