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

1 23 4 5 6 7 8 91011>>

  /external/deqp/modules/gles3/functional/
es3fVertexArrayObjectTests.cpp 273 case GL_UNSIGNED_SHORT: typeSize = sizeof(GLushort); break;
296 GLushort v = (GLushort)m_random.getInt(m_spec.indexRangeMin, m_spec.indexRangeMax);
334 case GL_UNSIGNED_SHORT: stride = buffer.componentCount * (int)sizeof(GLushort); break;
387 GLushort v = (GLushort)m_random.getInt(buffer.intRangeMin, buffer.intRangeMax);
849 case GL_UNSIGNED_SHORT: typeSize = sizeof(GLushort); break;
872 GLushort v = (GLushort)m_random.getInt(m_spec.indexRangeMin, m_spec.indexRangeMax);
910 case GL_UNSIGNED_SHORT: stride = buffer.componentCount * (int)sizeof(GLushort); break
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_ioctl.c 216 GLushort *radeonAllocEltsOpenEnded( r100ContextPtr rmesa,
221 GLushort *retval;
263 retval = (GLushort *)(rmesa->radeon.cmdbuf.cs->packets + rmesa->tcl.elt_cmd_offset);
  /external/mesa3d/src/mesa/main/
api_validate.c 52 return count * sizeof(GLushort);
84 if (((GLushort *) indices)[i] > max)
85 max = ((GLushort *) indices)[i];
api_loopback.c 129 loopback_Color3us_f( GLushort red, GLushort green, GLushort blue )
178 loopback_Color3usv_f( const GLushort *v )
230 loopback_Color4us_f( GLushort red, GLushort green, GLushort blue, GLushort alpha )
282 loopback_Color4usv_f( const GLushort *v)
980 loopback_SecondaryColor3usEXT_f( GLushort red, GLushort green, GLushort blue
    [all...]
image.h 36 _mesa_swap2( GLushort *p, GLuint n );
  /external/mesa3d/src/mesa/tnl/
t_draw.c 201 CONVERT(GLushort, USHORT_TO_FLOAT);
376 const GLushort *in = (GLushort *)ptr;
  /external/mesa3d/src/glx/
vertarr.c 122 GLushort type;
  /external/mesa3d/src/mesa/swrast/
swrast.h 53 #define DEFAULT_SOFTWARE_DEPTH_TYPE GLushort
s_context.h 397 ((TYPE == GL_UNSIGNED_SHORT) ? 4 * sizeof(GLushort) \
s_depth.c 70 GLushort zbuffer[], const GLuint zfrag[], GLubyte mask[] )
567 GLushort clearVal = 0;
575 GLushort *row = (GLushort *) map;
s_drawpix.c 327 const GLushort *zSrc = (const GLushort *)
  /external/mesa3d/src/mesa/vbo/
vbo.h 133 return sizeof(GLushort);
vbo_rebase.c 73 REBASE(GLushort)
vbo_exec_array.c 130 const GLushort *us_indices = (const GLushort *)indices;
310 j = ((const GLushort *) elements)[i];
766 const GLushort *us = (const GLushort *) map;
    [all...]
  /external/mesa3d/include/GL/
wglext.h 553 extern GLboolean WINAPI wglCreateDisplayColorTableEXT (GLushort id);
554 extern GLboolean WINAPI wglLoadDisplayColorTableEXT (const GLushort *table, GLuint length);
555 extern GLboolean WINAPI wglBindDisplayColorTableEXT (GLushort id);
556 extern VOID WINAPI wglDestroyDisplayColorTableEXT (GLushort id);
558 typedef GLboolean (WINAPI * PFNWGLCREATEDISPLAYCOLORTABLEEXTPROC) (GLushort id);
559 typedef GLboolean (WINAPI * PFNWGLLOADDISPLAYCOLORTABLEEXTPROC) (const GLushort *table, GLuint length);
560 typedef GLboolean (WINAPI * PFNWGLBINDDISPLAYCOLORTABLEEXTPROC) (GLushort id);
561 typedef VOID (WINAPI * PFNWGLDESTROYDISPLAYCOLORTABLEEXTPROC) (GLushort id);
    [all...]
gl.h 157 typedef unsigned short GLushort; /* 2-byte unsigned */
800 GLAPI void GLAPIENTRY glLineStipple( GLint factor, GLushort pattern );
1025 GLAPI void GLAPIENTRY glColor3us( GLushort red, GLushort green, GLushort blue );
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/GL/
gl.h 30 typedef unsigned short GLushort;
715 WINGDIAPI void APIENTRY glColor3us(GLushort red,GLushort green,GLushort blue);
716 WINGDIAPI void APIENTRY glColor3usv(const GLushort *v);
731 WINGDIAPI void APIENTRY glColor4us(GLushort red,GLushort green,GLushort blue,GLushort alpha);
732 WINGDIAPI void APIENTRY glColor4usv(const GLushort *v)
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_cmdbuf.c 184 GLushort *r200AllocEltsOpenEnded( r200ContextPtr rmesa,
188 GLushort *retval;
  /external/mesa3d/src/mesa/drivers/x11/
xmesaP.h 162 GLushort *origin2; /* used for PIXEL_ADDR2 macro */
  /external/mesa3d/src/mesa/math/
m_trans_tmp.h 148 static void DEST_4US( GLushort (*t)[4],
  /frameworks/native/opengl/tests/gl_jni/jni/
gl_code.cpp 165 const GLushort quadIndices[] = { 0, 1, 2, 0, 2, 3 };
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/GL/
gl.h 161 typedef unsigned short GLushort; /* 2-byte unsigned */
804 GLAPI void GLAPIENTRY glLineStipple( GLint factor, GLushort pattern );
1029 GLAPI void GLAPIENTRY glColor3us( GLushort red, GLushort green, GLushort blue );
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/GL/
gl.h 157 typedef unsigned short GLushort; /* 2-byte unsigned */
800 GLAPI void GLAPIENTRY glLineStipple( GLint factor, GLushort pattern );
1025 GLAPI void GLAPIENTRY glColor3us( GLushort red, GLushort green, GLushort blue );
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/vs/Glut/GL/
wglew.h 500 typedef GLboolean (WINAPI * PFNWGLBINDDISPLAYCOLORTABLEEXTPROC) (GLushort id);
501 typedef GLboolean (WINAPI * PFNWGLCREATEDISPLAYCOLORTABLEEXTPROC) (GLushort id);
502 typedef void (WINAPI * PFNWGLDESTROYDISPLAYCOLORTABLEEXTPROC) (GLushort id);
503 typedef GLboolean (WINAPI * PFNWGLLOADDISPLAYCOLORTABLEEXTPROC) (GLushort* table, GLuint length);
    [all...]
  /frameworks/native/opengl/tests/gl_basic/
gl_basic.cpp 356 const GLushort indices[] = { 0, 1, 2, 0, 2, 3 };

Completed in 5126 milliseconds

1 23 4 5 6 7 8 91011>>