HomeSort by relevance Sort by last modified time
    Searched refs:GL_UNSIGNED_BYTE (Results 51 - 75 of 198) sorted by null

1 23 4 5 6 7 8

  /frameworks/native/opengl/libs/GLES_trace/src/
gltrace_fixup.cpp 37 When type is GL_UNSIGNED_BYTE, each of the bytes is interpreted as one color component.
56 case GL_UNSIGNED_BYTE:
453 case GL_UNSIGNED_BYTE:
557 if (type == GL_UNSIGNED_BYTE) {
676 if (type == GL_UNSIGNED_BYTE) {
    [all...]
  /frameworks/native/opengl/tests/gl_jni/jni/
gl_code.cpp 131 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGBA, 8, 8, 0, GL_RGBA, GL_UNSIGNED_BYTE, pixels);
  /frameworks/native/opengl/tests/tritex/
tritex.cpp 222 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGBA, 8, 8, 0, GL_RGBA, GL_UNSIGNED_BYTE, pixels);
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/views/detail/
VboDetailProvider.java 45 GL_UNSIGNED_BYTE,
  /sdk/emulator/opengl/host/libs/Translator/GLcommon/
FramebufferData.cpp 192 ctx->dispatcher().glTexImage2D(GL_TEXTURE_2D, 0, GL_RGBA, width, height, 0, GL_RGBA, GL_UNSIGNED_BYTE, NULL);
GLEScontext.cpp 230 unsigned short index = indices_type == GL_UNSIGNED_BYTE? ((GLubyte *)indices)[i]:
255 unsigned short index = indices_type == GL_UNSIGNED_BYTE? ((GLubyte *)indices)[i]:
355 if(type == GL_UNSIGNED_BYTE) {
676 *params = GL_UNSIGNED_BYTE;
  /frameworks/native/opengl/libagl/
array.cpp 765 const int type = (c->arrays.indicesType == GL_UNSIGNED_BYTE);
787 const int type = (c->arrays.indicesType == GL_UNSIGNED_BYTE);
814 const int type = (c->arrays.indicesType == GL_UNSIGNED_BYTE);
841 const int type = (c->arrays.indicesType == GL_UNSIGNED_BYTE);
870 const int type = (c->arrays.indicesType == GL_UNSIGNED_BYTE);
    [all...]
  /frameworks/base/opengl/java/android/opengl/
GLES10.java 252 public static final int GL_UNSIGNED_BYTE = 0x1401;
407 (type == GL_UNSIGNED_BYTE) ||
    [all...]
  /packages/apps/Camera/jni/
mosaic_renderer_jni.cpp 708 GL_UNSIGNED_BYTE,
721 GL_UNSIGNED_BYTE,
  /packages/apps/LegacyCamera/jni/
mosaic_renderer_jni.cpp 671 GL_UNSIGNED_BYTE,
684 GL_UNSIGNED_BYTE,
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
FrameBufferObjectActivity.java 181 GL10.GL_RGBA, GL10.GL_UNSIGNED_BYTE, null);
MatrixPaletteRenderer.java 218 gl11Ext.glMatrixIndexPointerOES(2, GL10.GL_UNSIGNED_BYTE, VERTEX_SIZE, VERTEX_PALETTE_INDEX_OFFSET );
  /external/quake/quake/src/QW/client/
gl_rsurf.c 451 BLOCK_WIDTH, theRect->h, gl_lightmap_format, GL_UNSIGNED_BYTE,
553 BLOCK_WIDTH, theRect->h, gl_lightmap_format, GL_UNSIGNED_BYTE,
729 // gl_lightmap_format, GL_UNSIGNED_BYTE, lightmaps+i*BLOCK_WIDTH*BLOCK_HEIGHT*lightmap_bytes);
732 // gl_lightmap_format, GL_UNSIGNED_BYTE, lightmaps+(i*BLOCK_HEIGHT+theRect->t)*BLOCK_WIDTH*lightmap_bytes);
734 BLOCK_WIDTH, theRect->h, gl_lightmap_format, GL_UNSIGNED_BYTE,
    [all...]
gl_warp.c 664 glTexImage2DHelper (GL_TEXTURE_2D, 0, gl_solid_format, 256, 256, 0, GL_RGBA, GL_UNSIGNED_BYTE, targa_rgba);
665 // glTexImage2D (GL_TEXTURE_2D, 0, gl_solid_format, 256, 256, 0, GL_RGBA, GL_UNSIGNED_BYTE, pcx_rgb);
1077 glTexImage2DHelper (GL_TEXTURE_2D, 0, gl_solid_format, 128, 128, 0, GL_RGBA, GL_UNSIGNED_BYTE, trans);
1095 glTexImage2DHelper (GL_TEXTURE_2D, 0, gl_alpha_format, 128, 128, 0, GL_RGBA, GL_UNSIGNED_BYTE, trans);
  /frameworks/native/opengl/tests/gl_basic/
gl_basic.cpp 330 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGBA, 8, 8, 0, GL_RGBA, GL_UNSIGNED_BYTE, pixels);
  /development/tools/emulator/opengl/system/gralloc/
gralloc.cpp 199 glType = GL_UNSIGNED_BYTE;
204 glType = GL_UNSIGNED_BYTE;
240 glType = GL_UNSIGNED_BYTE;
  /external/quake/quake/src/WinQuake/
gl_warp.cpp 713 glTexImage2DHelper (GL_TEXTURE_2D, 0, gl_solid_format, 256, 256, 0, GL_RGBA, GL_UNSIGNED_BYTE, targa_rgba);
714 // glTexImage2DHelper (GL_TEXTURE_2D, 0, gl_solid_format, 256, 256, 0, GL_RGBA, GL_UNSIGNED_BYTE, pcx_rgb);
1126 glTexImage2DHelper (GL_TEXTURE_2D, 0, gl_solid_format, 128, 128, 0, GL_RGBA, GL_UNSIGNED_BYTE, trans);
1144 glTexImage2DHelper (GL_TEXTURE_2D, 0, gl_alpha_format, 128, 128, 0, GL_RGBA, GL_UNSIGNED_BYTE, trans);
gl_rsurf.cpp 448 BLOCK_WIDTH, theRect->h, gl_lightmap_format, GL_UNSIGNED_BYTE,
575 BLOCK_WIDTH, theRect->h, gl_lightmap_format, GL_UNSIGNED_BYTE,
801 // gl_lightmap_format, GL_UNSIGNED_BYTE, lightmaps+i*BLOCK_WIDTH*BLOCK_HEIGHT*lightmap_bytes);
804 // gl_lightmap_format, GL_UNSIGNED_BYTE, lightmaps+(i*BLOCK_HEIGHT+theRect->t)*BLOCK_WIDTH*lightmap_bytes);
806 BLOCK_WIDTH, theRect->h, gl_lightmap_format, GL_UNSIGNED_BYTE,
    [all...]
gl_screen.cpp 627 glReadPixels (glx, gly, glwidth, glheight, GL_RGB, GL_UNSIGNED_BYTE, buffer+18 );
  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
Context.cpp     [all...]
Texture.cpp 50 mType = GL_UNSIGNED_BYTE;
223 else if (type == GL_UNSIGNED_BYTE)
253 case GL_UNSIGNED_BYTE:
811 createSurface(width, height, format, GL_UNSIGNED_BYTE, img);
883 createSurface(img->width, img->height, format, GL_UNSIGNED_BYTE, img);
    [all...]
Context.h 104 case GL_UNSIGNED_BYTE: return mSize * sizeof(GLubyte);
  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_video.c 873 video->is_32bit ? GL_UNSIGNED_BYTE : GL_UNSIGNED_SHORT_5_6_5,
875 GL_UNSIGNED_BYTE,
    [all...]
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
GLTextureViewActivity.java 272 GLUtils.texImage2D(GL_TEXTURE_2D, 0, GL_RGBA, bitmap, GL_UNSIGNED_BYTE, 0);
  /external/jmonkeyengine/engine/src/lwjgl/com/jme3/renderer/lwjgl/
LwjglGL1Renderer.java 873 return GL_UNSIGNED_BYTE;
    [all...]

Completed in 1124 milliseconds

1 23 4 5 6 7 8