HomeSort by relevance Sort by last modified time
    Searched refs:GL_UNSIGNED_SHORT (Results 76 - 100 of 298) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/mesa3d/src/mesa/vbo/
vbo_rebase.c 177 case GL_UNSIGNED_SHORT:
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_blend.c 87 else if (chanType == GL_UNSIGNED_SHORT)
179 ASSERT(chanType == GL_UNSIGNED_SHORT);
273 else if (chanType == GL_UNSIGNED_SHORT) {
332 else if (chanType == GL_UNSIGNED_SHORT) {
385 else if (chanType == GL_UNSIGNED_SHORT) {
438 else if (chanType == GL_UNSIGNED_SHORT) {
858 else if (chanType == GL_UNSIGNED_SHORT) {
949 else if (chanType == GL_UNSIGNED_SHORT)
    [all...]
s_context.h 397 ((TYPE == GL_UNSIGNED_SHORT) ? 4 * sizeof(GLushort) \
  /external/mesa3d/src/mesa/swrast/
s_blend.c 87 else if (chanType == GL_UNSIGNED_SHORT)
179 ASSERT(chanType == GL_UNSIGNED_SHORT);
273 else if (chanType == GL_UNSIGNED_SHORT) {
332 else if (chanType == GL_UNSIGNED_SHORT) {
385 else if (chanType == GL_UNSIGNED_SHORT) {
438 else if (chanType == GL_UNSIGNED_SHORT) {
858 else if (chanType == GL_UNSIGNED_SHORT) {
949 else if (chanType == GL_UNSIGNED_SHORT)
    [all...]
s_context.h 397 ((TYPE == GL_UNSIGNED_SHORT) ? 4 * sizeof(GLushort) \
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/osmesa/
osmesa.c 424 else if (osmesa->DataType == GL_UNSIGNED_SHORT) {
438 else if (osmesa->DataType == GL_UNSIGNED_SHORT) {
454 else if (osmesa->DataType == GL_UNSIGNED_SHORT) {
467 else if (osmesa->DataType == GL_UNSIGNED_SHORT) {
480 else if (osmesa->DataType == GL_UNSIGNED_SHORT) {
844 * then type may be GL_UNSIGNED_SHORT or GL_UNSIGNED_BYTE. And if
846 * GL_UNSIGNED_SHORT or GL_UNSIGNED_BYTE.
868 (type == GL_UNSIGNED_SHORT && CHAN_BITS >= 16) ||
    [all...]
  /external/mesa3d/src/mesa/drivers/osmesa/
osmesa.c 424 else if (osmesa->DataType == GL_UNSIGNED_SHORT) {
438 else if (osmesa->DataType == GL_UNSIGNED_SHORT) {
454 else if (osmesa->DataType == GL_UNSIGNED_SHORT) {
467 else if (osmesa->DataType == GL_UNSIGNED_SHORT) {
480 else if (osmesa->DataType == GL_UNSIGNED_SHORT) {
844 * then type may be GL_UNSIGNED_SHORT or GL_UNSIGNED_BYTE. And if
846 * GL_UNSIGNED_SHORT or GL_UNSIGNED_BYTE.
868 (type == GL_UNSIGNED_SHORT && CHAN_BITS >= 16) ||
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_draw_upload.c 232 case GL_UNSIGNED_SHORT: return ushort_types_direct[size];
245 case GL_UNSIGNED_SHORT: return ushort_types_norm[size];
268 case GL_UNSIGNED_SHORT: return ushort_types_scale[size];
290 case GL_UNSIGNED_SHORT: return sizeof(GLushort);
301 case GL_UNSIGNED_SHORT: return BRW_INDEX_WORD;
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_draw_upload.c 232 case GL_UNSIGNED_SHORT: return ushort_types_direct[size];
245 case GL_UNSIGNED_SHORT: return ushort_types_norm[size];
268 case GL_UNSIGNED_SHORT: return ushort_types_scale[size];
290 case GL_UNSIGNED_SHORT: return sizeof(GLushort);
301 case GL_UNSIGNED_SHORT: return BRW_INDEX_WORD;
  /external/chromium_org/gpu/command_buffer/service/
gles2_cmd_decoder_unittest.cc 595 GL_UNSIGNED_SHORT,
600 cmd.Init(GL_TRIANGLES, kValidIndexRangeCount, GL_UNSIGNED_SHORT,
613 cmd.Init(GL_TRIANGLES, kValidIndexRangeCount, GL_UNSIGNED_SHORT,
627 cmd.Init(GL_TRIANGLES, 0, GL_UNSIGNED_SHORT,
640 cmd.Init(GL_TRIANGLES, kValidIndexRangeCount, GL_UNSIGNED_SHORT,
655 GL_UNSIGNED_SHORT,
660 cmd.Init(GL_TRIANGLES, kValidIndexRangeCount, GL_UNSIGNED_SHORT,
675 cmd.Init(GL_TRIANGLES, kValidIndexRangeCount, GL_UNSIGNED_SHORT,
693 cmd.Init(GL_TRIANGLES, kValidIndexRangeCount, GL_UNSIGNED_SHORT,
707 cmd.Init(GL_QUADS, kValidIndexRangeCount, GL_UNSIGNED_SHORT,
    [all...]
  /cts/tests/tests/openglperf/src/android/openglperf/cts/
PlanetsRenderer.java 212 numIndices[j], GLES20.GL_UNSIGNED_SHORT,
218 numIndices[j], GLES20.GL_UNSIGNED_SHORT,
  /external/chromium_org/gpu/command_buffer/common/
gles2_cmd_utils.cc 379 case GL_UNSIGNED_SHORT:
530 case GL_UNSIGNED_SHORT:
  /external/chromium_org/gpu/tools/compositor_model_bench/
shaders.cc 408 glDrawElements(GL_TRIANGLES, 6, GL_UNSIGNED_SHORT, 0);
448 glDrawElements(GL_TRIANGLES, 6, GL_UNSIGNED_SHORT, 0);
  /external/chromium_org/third_party/mesa/src/src/glx/tests/
enum_sizes.cpp 47 EXPECT_EQ(2, __glCallLists_size(GL_UNSIGNED_SHORT));
64 case GL_UNSIGNED_SHORT:
  /external/chromium_org/third_party/mesa/src/src/mesa/tnl/
t_draw.c 200 case GL_UNSIGNED_SHORT:
375 else if (ib->type == GL_UNSIGNED_SHORT) {
  /external/mesa3d/src/glx/tests/
enum_sizes.cpp 47 EXPECT_EQ(2, __glCallLists_size(GL_UNSIGNED_SHORT));
64 case GL_UNSIGNED_SHORT:
  /external/mesa3d/src/mesa/tnl/
t_draw.c 200 case GL_UNSIGNED_SHORT:
375 else if (ib->type == GL_UNSIGNED_SHORT) {
  /sdk/emulator/opengl/host/libs/Translator/GLES_CM/
GLEScmContext.cpp 163 int tSize = type == GL_UNSIGNED_SHORT ? 2 : 1;
172 (type == GL_UNSIGNED_SHORT ? \
  /sdk/emulator/opengl/tests/translator_tests/GLES_CM/
triangleCM.cpp 425 glDrawElements(drawType, 3, GL_UNSIGNED_SHORT, indices);
428 glDrawElements(drawType, 3, GL_UNSIGNED_SHORT, 0);
  /cts/tests/tests/opengl/src/android/opengl/cts/
RendererOneColorBufferTest.java 205 GLES20.GL_UNSIGNED_SHORT, mIndexBuffer);
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
StaticTriangleRenderer.java 265 GL_UNSIGNED_SHORT, mIndexBuffer);
TriangleRenderer.java 233 GL10.GL_UNSIGNED_SHORT, mIndexBuffer);
  /external/chromium_org/gpu/command_buffer/tests/
gl_depth_texture_unittest.cc 141 { GL_DEPTH_COMPONENT, GL_UNSIGNED_SHORT },
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
indirect_size.c 69 case GL_UNSIGNED_SHORT:
  /frameworks/native/opengl/tests/gl_jni/jni/
gl_code.cpp 177 glDrawElements(GL_TRIANGLES, nelem, GL_UNSIGNED_SHORT, quadIndices);

Completed in 3845 milliseconds

1 2 34 5 6 7 8 91011>>