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

1 23 4 5 6 7

  /frameworks/base/opengl/libs/GLES2_dbg/test/
test_server.cpp 97 {GL_IMPLEMENTATION_COLOR_READ_TYPE, GL_UNSIGNED_BYTE},
test_socket.cpp 423 EXPECT_EQ(GL_UNSIGNED_BYTE, type);
454 EXPECT_EQ(GL_UNSIGNED_BYTE, read.pixel_type());
  /frameworks/base/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/base/opengl/tests/tritex/
tritex.cpp 222 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGBA, 8, 8, 0, GL_RGBA, GL_UNSIGNED_BYTE, pixels);
  /frameworks/base/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...]
  /development/tools/emulator/opengl/system/gralloc/
gralloc.cpp 160 glType = GL_UNSIGNED_BYTE;
165 glType = GL_UNSIGNED_BYTE;
  /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 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);
gl_screen.c 660 glReadPixels (glx, gly, glwidth, glheight, GL_RGB, GL_UNSIGNED_BYTE, buffer+18 );
881 glReadPixels (glx, gly, glwidth, glheight, GL_RGB, GL_UNSIGNED_BYTE, newbuf );
  /frameworks/base/opengl/tests/gl_basic/
gl_basic.cpp 330 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGBA, 8, 8, 0, GL_RGBA, GL_UNSIGNED_BYTE, pixels);
  /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.12/src/video/
SDL_video.c 856 video->is_32bit ? GL_UNSIGNED_BYTE : GL_UNSIGNED_SHORT_5_6_5,
858 GL_UNSIGNED_BYTE,
    [all...]
  /frameworks/base/libs/hwui/
ShapeCache.h 585 GL_ALPHA, GL_UNSIGNED_BYTE, bitmap.getPixels());
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
GLTextureViewActivity.java 270 GLUtils.texImage2D(GL_TEXTURE_2D, 0, GL_RGBA, bitmap, GL_UNSIGNED_BYTE, 0);
  /packages/apps/Gallery2/src/com/android/gallery3d/photoeditor/
RendererUtils.java 105 GLES20.glReadPixels(0, 0, width, height, GLES20.GL_RGBA, GLES20.GL_UNSIGNED_BYTE, buffer);
  /external/qemu/distrib/sdl-1.2.12/src/video/ataricommon/
SDL_atarigl.c 336 type = GL_UNSIGNED_BYTE;
659 osmesa_format, GL_UNSIGNED_BYTE, current->w, current->h

Completed in 1436 milliseconds

1 23 4 5 6 7