/external/mesa3d/src/mesa/main/ |
texgetimage.c | 194 memcpy(dest, src, width * sizeof(GLushort)); 202 _mesa_swap2((GLushort *) dest, width); 205 _mesa_swap2((GLushort *) dest, width);
|
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/ |
s_span.c | 267 GLushort (*rgba)[4] = span->array->rgba16; 269 GLushort color[4]; 279 GLushort (*rgba)[4] = span->array->rgba16; 894 GLushort (*rgba)[4] = span->array->rgba16; 897 rgba[i][ACOMP] = (GLushort) CLAMP(a, 0.0, 65535.0); [all...] |
s_context.h | 397 ((TYPE == GL_UNSIGNED_SHORT) ? 4 * sizeof(GLushort) \
|
s_drawpix.c | 327 const GLushort *zSrc = (const GLushort *)
|
/external/chromium_org/third_party/mesa/src/src/mesa/vbo/ |
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/src/mesa/swrast/ |
s_span.c | 267 GLushort (*rgba)[4] = span->array->rgba16; 269 GLushort color[4]; 279 GLushort (*rgba)[4] = span->array->rgba16; 894 GLushort (*rgba)[4] = span->array->rgba16; 897 rgba[i][ACOMP] = (GLushort) CLAMP(a, 0.0, 65535.0); [all...] |
s_context.h | 397 ((TYPE == GL_UNSIGNED_SHORT) ? 4 * sizeof(GLushort) \
|
s_drawpix.c | 327 const GLushort *zSrc = (const GLushort *)
|
/external/mesa3d/src/mesa/vbo/ |
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/chromium_org/third_party/mesa/src/include/GL/ |
glext.h | [all...] |
/external/mesa3d/include/GL/ |
glext.h | [all...] |
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/main/ |
dispatch.h | [all...] |
/external/chromium_org/third_party/mesa/src/src/glx/ |
glxext.c | 1115 GLushort opcode, length; 1119 opcode = *((GLushort *) p); 1120 length = *((GLushort *) (p + 2));
|
/external/mesa3d/src/glx/ |
glxext.c | 1115 GLushort opcode, length; 1119 opcode = *((GLushort *) p); 1120 length = *((GLushort *) (p + 2));
|
/external/chromium_org/gpu/command_buffer/common/ |
gles2_cmd_format.h | 33 typedef unsigned short GLushort;
|
/external/chromium_org/ppapi/c/ |
ppb_opengles2.h | 31 typedef unsigned short GLushort;
|
/external/chromium_org/third_party/angle/src/libGLESv2/ |
Context.h | 91 case GL_UNSIGNED_SHORT: return mSize * sizeof(GLushort);
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/ |
nouveau_state.c | 292 nouveau_line_stipple(struct gl_context *ctx, GLint factor, GLushort pattern )
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/ |
xmesaP.h | 162 GLushort *origin2; /* used for PIXEL_ADDR2 macro */
|
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
nouveau_state.c | 292 nouveau_line_stipple(struct gl_context *ctx, GLint factor, GLushort pattern )
|
/external/mesa3d/src/mesa/drivers/x11/ |
xmesaP.h | 162 GLushort *origin2; /* used for PIXEL_ADDR2 macro */
|
/sdk/emulator/opengl/host/libs/Translator/GLES_CM/ |
GLEScmContext.cpp | 173 static_cast<const GLushort*>(indices_in)[i]: \
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/ |
i915_debug.c | 164 GLushort *idx = (GLushort *)(ptr+1);
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
i915_debug.c | 164 GLushort *idx = (GLushort *)(ptr+1);
|
/frameworks/native/opengl/libs/GLES_trace/src/ |
gltrace_fixup.cpp | 558 index = *((GLushort*) indices + i); 677 index = *((GLushort*) indices + i); [all...] |