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

1 2 3 4 5 6

  /frameworks/native/opengl/tools/glgen/specs/gles11/
GLES10Ext.spec 1 GLbitfield glQueryMatrixxOES ( GLfixed *mantissa, GLint *exponent )
GLES11Ext.spec 6 void glDrawTexxOES ( GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed height )
9 void glDrawTexxvOES ( const GLfixed *coords )
17 void glClipPlanexOES ( GLenum plane, const GLfixed *equation )
18 void glColor4xOES ( GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha
    [all...]
  /device/generic/goldfish/opengl/tests/gles_android_wrapper/
gles_proc.h 73 typedef void (* glClipPlanex_t) (GLenum, const GLfixed*);
75 typedef void (* glColor4x_t) (GLfixed, GLfixed, GLfixed, GLfixed);
96 typedef void (* glFogx_t) (GLenum, GLfixed);
97 typedef void (* glFogxv_t) (GLenum, const GLfixed*);
99 typedef void (* glFrustumx_t) (GLfixed, GLfixed, GLfixed, GLfixed, GLfixed, GLfixed)
    [all...]
  /sdk/emulator/opengl/host/libs/libOpenglRender/
gl_proc.h 73 typedef void (GL_APIENTRY *glClipPlanex_t) (GLenum, const GLfixed*);
75 typedef void (GL_APIENTRY *glColor4x_t) (GLfixed, GLfixed, GLfixed, GLfixed);
96 typedef void (GL_APIENTRY *glFogx_t) (GLenum, GLfixed);
97 typedef void (GL_APIENTRY *glFogxv_t) (GLenum, const GLfixed*);
99 typedef void (GL_APIENTRY *glFrustumx_t) (GLfixed, GLfixed, GLfixed, GLfixed, GLfixed, GLfixed)
    [all...]
  /frameworks/native/opengl/libagl/
matrix.h 59 GLfixed vsquare3(GLfixed a, GLfixed b, GLfixed c)
63 GLfixed r;
79 GLfixed res;
110 static inline GLfixed mla2a( GLfixed a0, GLfixed b0,
111 GLfixed a1, GLfixed b1
    [all...]
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/GLES/
glext.h 288 GL_API void GL_APIENTRY glDrawTexxOES (GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed height);
291 GL_API void GL_APIENTRY glDrawTexxvOES (const GLfixed *coords);
297 typedef void (GL_APIENTRYP PFNGLDRAWTEXXOESPROC) (GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed height)
    [all...]
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/GLES/
glext.h 288 GL_API void GL_APIENTRY glDrawTexxOES (GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed height);
291 GL_API void GL_APIENTRY glDrawTexxvOES (const GLfixed *coords);
297 typedef void (GL_APIENTRYP PFNGLDRAWTEXXOESPROC) (GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed height)
    [all...]
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/GLES/
glext.h 288 GL_API void GL_APIENTRY glDrawTexxOES (GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed height);
291 GL_API void GL_APIENTRY glDrawTexxvOES (const GLfixed *coords);
297 typedef void (GL_APIENTRYP PFNGLDRAWTEXXOESPROC) (GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed height)
    [all...]
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/GLES/
glext.h 288 GL_API void GL_APIENTRY glDrawTexxOES (GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed height);
291 GL_API void GL_APIENTRY glDrawTexxvOES (const GLfixed *coords);
297 typedef void (GL_APIENTRYP PFNGLDRAWTEXXOESPROC) (GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed height)
    [all...]
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/GLES/
glext.h 288 GL_API void GL_APIENTRY glDrawTexxOES (GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed height);
291 GL_API void GL_APIENTRY glDrawTexxvOES (const GLfixed *coords);
297 typedef void (GL_APIENTRYP PFNGLDRAWTEXXOESPROC) (GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed height)
    [all...]
  /prebuilts/ndk/5/platforms/android-4/arch-arm/usr/include/GLES/
glext.h 288 GL_API void GL_APIENTRY glDrawTexxOES (GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed height);
291 GL_API void GL_APIENTRY glDrawTexxvOES (const GLfixed *coords);
297 typedef void (GL_APIENTRYP PFNGLDRAWTEXXOESPROC) (GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed height)
    [all...]
  /prebuilts/ndk/6/platforms/android-4/arch-arm/usr/include/GLES/
glext.h 288 GL_API void GL_APIENTRY glDrawTexxOES (GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed height);
291 GL_API void GL_APIENTRY glDrawTexxvOES (const GLfixed *coords);
297 typedef void (GL_APIENTRYP PFNGLDRAWTEXXOESPROC) (GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed height)
    [all...]
  /prebuilts/ndk/6/platforms/android-4/arch-x86/usr/include/GLES/
glext.h 288 GL_API void GL_APIENTRY glDrawTexxOES (GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed height);
291 GL_API void GL_APIENTRY glDrawTexxvOES (const GLfixed *coords);
297 typedef void (GL_APIENTRYP PFNGLDRAWTEXXOESPROC) (GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed height)
    [all...]
  /device/generic/goldfish/opengl/system/GLESv1_enc/
gl_client_proc.h 63 typedef void (gl_APIENTRY *glColor4x_client_proc_t) (void * ctx, GLfixed, GLfixed, GLfixed, GLfixed);
84 typedef void (gl_APIENTRY *glFogx_client_proc_t) (void * ctx, GLenum, GLfixed);
85 typedef void (gl_APIENTRY *glFogxv_client_proc_t) (void * ctx, GLenum, const GLfixed*);
87 typedef void (gl_APIENTRY *glFrustumx_client_proc_t) (void * ctx, GLfixed, GLfixed, GLfixed, GLfixed, GLfixed, GLfixed)
    [all...]
  /development/ndk/platforms/android-4/include/GLES/
glext.h 482 GL_API void GL_APIENTRY glDrawTexxOES (GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed height);
485 GL_API void GL_APIENTRY glDrawTexxvOES (const GLfixed *coords);
491 typedef void (GL_APIENTRYP PFNGLDRAWTEXXOESPROC) (GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed height)
    [all...]
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/GLES/
glext.h 482 GL_API void GL_APIENTRY glDrawTexxOES (GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed height);
485 GL_API void GL_APIENTRY glDrawTexxvOES (const GLfixed *coords);
491 typedef void (GL_APIENTRYP PFNGLDRAWTEXXOESPROC) (GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed height)
    [all...]
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/GLES/
glext.h 482 GL_API void GL_APIENTRY glDrawTexxOES (GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed height);
485 GL_API void GL_APIENTRY glDrawTexxvOES (const GLfixed *coords);
491 typedef void (GL_APIENTRYP PFNGLDRAWTEXXOESPROC) (GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed height)
    [all...]
  /prebuilts/ndk/7/platforms/android-4/arch-arm/usr/include/GLES/
glext.h 482 GL_API void GL_APIENTRY glDrawTexxOES (GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed height);
485 GL_API void GL_APIENTRY glDrawTexxvOES (const GLfixed *coords);
491 typedef void (GL_APIENTRYP PFNGLDRAWTEXXOESPROC) (GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed height)
    [all...]
  /prebuilts/ndk/7/platforms/android-4/arch-x86/usr/include/GLES/
glext.h 482 GL_API void GL_APIENTRY glDrawTexxOES (GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed height);
485 GL_API void GL_APIENTRY glDrawTexxvOES (const GLfixed *coords);
491 typedef void (GL_APIENTRYP PFNGLDRAWTEXXOESPROC) (GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed height)
    [all...]
  /prebuilts/ndk/7/platforms/android-5/arch-arm/usr/include/GLES/
glext.h 482 GL_API void GL_APIENTRY glDrawTexxOES (GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed height);
485 GL_API void GL_APIENTRY glDrawTexxvOES (const GLfixed *coords);
491 typedef void (GL_APIENTRYP PFNGLDRAWTEXXOESPROC) (GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed height)
    [all...]
  /prebuilts/ndk/7/platforms/android-5/arch-x86/usr/include/GLES/
glext.h 482 GL_API void GL_APIENTRY glDrawTexxOES (GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed height);
485 GL_API void GL_APIENTRY glDrawTexxvOES (const GLfixed *coords);
491 typedef void (GL_APIENTRYP PFNGLDRAWTEXXOESPROC) (GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed height)
    [all...]
  /prebuilts/ndk/7/platforms/android-8/arch-arm/usr/include/GLES/
glext.h 482 GL_API void GL_APIENTRY glDrawTexxOES (GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed height);
485 GL_API void GL_APIENTRY glDrawTexxvOES (const GLfixed *coords);
491 typedef void (GL_APIENTRYP PFNGLDRAWTEXXOESPROC) (GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed height)
    [all...]
  /prebuilts/ndk/7/platforms/android-8/arch-x86/usr/include/GLES/
glext.h 482 GL_API void GL_APIENTRY glDrawTexxOES (GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed height);
485 GL_API void GL_APIENTRY glDrawTexxvOES (const GLfixed *coords);
491 typedef void (GL_APIENTRYP PFNGLDRAWTEXXOESPROC) (GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed height)
    [all...]
  /prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/GLES/
glext.h 482 GL_API void GL_APIENTRY glDrawTexxOES (GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed height);
485 GL_API void GL_APIENTRY glDrawTexxvOES (const GLfixed *coords);
491 typedef void (GL_APIENTRYP PFNGLDRAWTEXXOESPROC) (GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed height)
    [all...]
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/GLES/
glext.h 482 GL_API void GL_APIENTRY glDrawTexxOES (GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed height);
485 GL_API void GL_APIENTRY glDrawTexxvOES (const GLfixed *coords);
491 typedef void (GL_APIENTRYP PFNGLDRAWTEXXOESPROC) (GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed height)
    [all...]

Completed in 3014 milliseconds

1 2 3 4 5 6