HomeSort by relevance Sort by last modified time
    Searched refs:GLushort (Results 1 - 25 of 94) sorted by null

1 2 3 4

  /device/generic/goldfish/opengl/shared/OpenglCodecCommon/
gl_base_types.h 39 typedef unsigned short GLushort;
  /sdk/emulator/opengl/shared/OpenglCodecCommon/
gl_base_types.h 39 typedef unsigned short GLushort;
  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/geometry/
IndexDataManager.cpp 51 GLushort *out = static_cast<GLushort*>(output);
64 memcpy(output, input, count * sizeof(GLushort));
94 computeRange(static_cast<const GLushort*>(indices), count, minIndex, maxIndex);
110 case GL_UNSIGNED_SHORT: alignedOffset = (offset % sizeof(GLushort) == 0); break;
201 case GL_UNSIGNED_SHORT: return sizeof(GLushort);
203 default: UNREACHABLE(); return sizeof(GLushort);
  /packages/apps/Camera/jni/feature_mos/src/mosaic_renderer/
YVURenderer.cpp 34 GLushort g_iIndices3[] = { 0, 1, 2, 3 };
SurfaceTextureRenderer.cpp 30 GLushort g_iIndices2[] = { 0, 1, 2, 3 };
WarpRenderer.cpp 34 GLushort g_iIndices[] = { 0, 1, 2, 3 };
  /packages/apps/Gallery2/jni_mosaic/feature_mos/src/mosaic_renderer/
YVURenderer.cpp 34 GLushort g_iIndices3[] = { 0, 1, 2, 3 };
SurfaceTextureRenderer.cpp 30 GLushort g_iIndices2[] = { 0, 1, 2, 3 };
WarpRenderer.cpp 34 GLushort g_iIndices[] = { 0, 1, 2, 3 };
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic_renderer/
YVURenderer.cpp 34 GLushort g_iIndices3[] = { 0, 1, 2, 3 };
SurfaceTextureRenderer.cpp 30 GLushort g_iIndices2[] = { 0, 1, 2, 3 };
WarpRenderer.cpp 34 GLushort g_iIndices[] = { 0, 1, 2, 3 };
  /frameworks/native/opengl/tests/tritex/
tritex.cpp 246 const GLushort quadIndices[] = { 0, 1, 2, 0, 2, 3 };
249 GLushort* indices = (GLushort*)malloc(quads*sizeof(quadIndices));
  /sdk/emulator/opengl/host/libs/Translator/GLcommon/
GLEScontext.cpp 231 ((GLushort *)indices)[i];
256 ((GLushort *)indices)[i];
285 GLushort index = (indices_type == GL_UNSIGNED_SHORT?
286 static_cast<const GLushort*>(indices)[i]:
293 int bytesRangesToIndices(RangeList& ranges,GLESpointer* p,GLushort* indices) {
331 GLushort* indices = NULL;
343 indices = new GLushort[count];
361 GLushort* us_indices =(GLushort *)indices;
390 GLushort* conversionIndices = NULL
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_glfuncs.h 37 SDL_PROC_UNUSED(void,glColor3us,(GLushort,GLushort,GLushort))
38 SDL_PROC_UNUSED(void,glColor3usv,(const GLushort*))
53 SDL_PROC_UNUSED(void,glColor4us,(GLushort red, GLushort green, GLushort blue, GLushort alpha))
54 SDL_PROC_UNUSED(void,glColor4usv,(const GLushort *v))
120 SDL_PROC_UNUSED(void,glGetPixelMapusv,(GLenum map, GLushort *values)
    [all...]
  /sdk/emulator/opengl/host/libs/Translator/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...]
  /frameworks/native/opengl/tests/gl_jni/jni/
gl_code.cpp 165 const GLushort quadIndices[] = { 0, 1, 2, 0, 2, 3 };
  /external/qemu/distrib/sdl-1.2.15/include/
SDL_opengl.h     [all...]
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_opengl.h     [all...]
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_opengl.h     [all...]
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_opengl.h     [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/GL/
gl.h 155 typedef unsigned short GLushort; /* 2-byte unsigned */
798 GLAPI void GLAPIENTRY glLineStipple( GLint factor, GLushort pattern );
1023 GLAPI void GLAPIENTRY glColor3us( GLushort red, GLushort green, GLushort blue );
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/GL/
gl.h 155 typedef unsigned short GLushort; /* 2-byte unsigned */
798 GLAPI void GLAPIENTRY glLineStipple( GLint factor, GLushort pattern );
1023 GLAPI void GLAPIENTRY glColor3us( GLushort red, GLushort green, GLushort blue );
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/GL/
gl.h 155 typedef unsigned short GLushort; /* 2-byte unsigned */
798 GLAPI void GLAPIENTRY glLineStipple( GLint factor, GLushort pattern );
1023 GLAPI void GLAPIENTRY glColor3us( GLushort red, GLushort green, GLushort blue );
    [all...]
  /frameworks/native/opengl/tests/gl_basic/
gl_basic.cpp 355 const GLushort indices[] = { 0, 1, 2, 0, 2, 3 };

Completed in 1066 milliseconds

1 2 3 4