HomeSort by relevance Sort by last modified time
    Searched refs:GLshort (Results 26 - 50 of 252) sorted by null

12 3 4 5 6 7 8 91011

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/GL/
gl.h 152 typedef short GLshort; /* 2-byte signed */
963 GLAPI void GLAPIENTRY glVertex2s( GLshort x, GLshort y );
968 GLAPI void GLAPIENTRY glVertex3s( GLshort x, GLshort y, GLshort z );
973 GLAPI void GLAPIENTRY glVertex4s( GLshort x, GLshort y, GLshort z, GLshort w )
    [all...]
glext.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/GL/
gl.h 152 typedef short GLshort; /* 2-byte signed */
963 GLAPI void GLAPIENTRY glVertex2s( GLshort x, GLshort y );
968 GLAPI void GLAPIENTRY glVertex3s( GLshort x, GLshort y, GLshort z );
973 GLAPI void GLAPIENTRY glVertex4s( GLshort x, GLshort y, GLshort z, GLshort w )
    [all...]
glext.h     [all...]
  /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...]
  /external/chromium_org/third_party/mesa/src/include/GL/
gl.h 154 typedef short GLshort; /* 2-byte signed */
965 GLAPI void GLAPIENTRY glVertex2s( GLshort x, GLshort y );
970 GLAPI void GLAPIENTRY glVertex3s( GLshort x, GLshort y, GLshort z );
975 GLAPI void GLAPIENTRY glVertex4s( GLshort x, GLshort y, GLshort z, GLshort w )
    [all...]
  /external/mesa3d/include/GL/
gl.h 154 typedef short GLshort; /* 2-byte signed */
965 GLAPI void GLAPIENTRY glVertex2s( GLshort x, GLshort y );
970 GLAPI void GLAPIENTRY glVertex3s( GLshort x, GLshort y, GLshort z );
975 GLAPI void GLAPIENTRY glVertex4s( GLshort x, GLshort y, GLshort z, GLshort w )
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
nouveau_array.c 47 EXTRACT_FUNC(GLshort, unsigned, 1);
48 EXTRACT_FUNC(GLshort, float, SHRT_MAX);
74 *extract_u = EXTRACT(GLshort, unsigned);
75 *extract_f = EXTRACT(GLshort, float);
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_array.c 47 EXTRACT_FUNC(GLshort, unsigned, 1);
48 EXTRACT_FUNC(GLshort, float, SHRT_MAX);
74 *extract_u = EXTRACT(GLshort, unsigned);
75 *extract_f = EXTRACT(GLshort, float);
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/
VertexBuffer11.cpp 367 { &copyToFloatVertexData<GLshort, 1, false>, false, DXGI_FORMAT_R32_FLOAT, 4 },
368 { &copyToFloatVertexData<GLshort, 2, false>, false, DXGI_FORMAT_R32G32_FLOAT, 8 },
369 { &copyToFloatVertexData<GLshort, 3, false>, false, DXGI_FORMAT_R32G32B32_FLOAT, 12 },
370 { &copyToFloatVertexData<GLshort, 4, false>, false, DXGI_FORMAT_R32G32B32A32_FLOAT, 16 },
373 { &copyVertexData<GLshort, 1, false, true>, true, DXGI_FORMAT_R16_SNORM, 2 },
374 { &copyVertexData<GLshort, 2, false, true>, true, DXGI_FORMAT_R16G16_SNORM, 4 },
375 { &copyVertexData<GLshort, 3, true, true>, false, DXGI_FORMAT_R16G16B16A16_SNORM, 8 },
376 { &copyVertexData<GLshort, 4, false, true>, true, DXGI_FORMAT_R16G16B16A16_SNORM, 8 },
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
glapi_mapi_tmp.h 39 GLAPI void APIENTRY GLAPI_PREFIX(Color3s)(GLshort red, GLshort green, GLshort blue);
40 GLAPI void APIENTRY GLAPI_PREFIX(Color3sv)(const GLshort *v);
55 GLAPI void APIENTRY GLAPI_PREFIX(Color4s)(GLshort red, GLshort green, GLshort blue, GLshort alpha);
56 GLAPI void APIENTRY GLAPI_PREFIX(Color4sv)(const GLshort *v);
72 GLAPI void APIENTRY GLAPI_PREFIX(Indexs)(GLshort c)
    [all...]
glapi_mapi_tmp_shared.h 31 void APIENTRY shared_dispatch_stub_17(GLshort red, GLshort green, GLshort blue);
32 void APIENTRY shared_dispatch_stub_18(const GLshort *v);
47 void APIENTRY shared_dispatch_stub_33(GLshort red, GLshort green, GLshort blue, GLshort alpha);
48 void APIENTRY shared_dispatch_stub_34(const GLshort *v);
64 void APIENTRY shared_dispatch_stub_50(GLshort c)
    [all...]
  /frameworks/native/opengl/tools/glgen/specs/gles11/
GLES11Ext.spec 4 void glDrawTexsOES ( GLshort x, GLshort y, GLshort z, GLshort width, GLshort height )
7 void glDrawTexsvOES ( const GLshort *coords )
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/GL/
glext.h     [all...]
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/main/
dispatch.h     [all...]
  /sdk/emulator/opengl/tests/ut_renderer/
RenderingThread.cpp 46 void RenderingThread::s_glDrawTexsOES(GLshort x, GLshort y, GLshort z, GLshort w, GLshort h)
74 void RenderingThread::s_glDrawTexsvOES(const GLshort *coords)
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_chan.h 97 #define CHAN_TO_SHORT(c) ((GLshort) (CLAMP((c), 0.0f, 1.0f) * 32767.0))
  /external/mesa3d/src/mesa/swrast/
s_chan.h 97 #define CHAN_TO_SHORT(c) ((GLshort) (CLAMP((c), 0.0f, 1.0f) * 32767.0))
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/GLES/
glext.h 286 GL_API void GL_APIENTRY glDrawTexsOES (GLshort x, GLshort y, GLshort z, GLshort width, GLshort height);
289 GL_API void GL_APIENTRY glDrawTexsvOES (const GLshort *coords);
295 typedef void (GL_APIENTRYP PFNGLDRAWTEXSOESPROC) (GLshort x, GLshort y, GLshort z, GLshort width, GLshort height)
    [all...]
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/GLES/
glext.h 286 GL_API void GL_APIENTRY glDrawTexsOES (GLshort x, GLshort y, GLshort z, GLshort width, GLshort height);
289 GL_API void GL_APIENTRY glDrawTexsvOES (const GLshort *coords);
295 typedef void (GL_APIENTRYP PFNGLDRAWTEXSOESPROC) (GLshort x, GLshort y, GLshort z, GLshort width, GLshort height)
    [all...]
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/GLES/
glext.h 286 GL_API void GL_APIENTRY glDrawTexsOES (GLshort x, GLshort y, GLshort z, GLshort width, GLshort height);
289 GL_API void GL_APIENTRY glDrawTexsvOES (const GLshort *coords);
295 typedef void (GL_APIENTRYP PFNGLDRAWTEXSOESPROC) (GLshort x, GLshort y, GLshort z, GLshort width, GLshort height)
    [all...]
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/GLES/
glext.h 286 GL_API void GL_APIENTRY glDrawTexsOES (GLshort x, GLshort y, GLshort z, GLshort width, GLshort height);
289 GL_API void GL_APIENTRY glDrawTexsvOES (const GLshort *coords);
295 typedef void (GL_APIENTRYP PFNGLDRAWTEXSOESPROC) (GLshort x, GLshort y, GLshort z, GLshort width, GLshort height)
    [all...]

Completed in 2171 milliseconds

12 3 4 5 6 7 8 91011