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

1 2 3 4

  /frameworks/base/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...]
GLES10.spec 14 void glColor4x ( GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha )
37 void glFogx ( GLenum pname, GLfixed param )
38 void glFogxv ( GLenum pname, const GLfixed *params )
41 void glFrustumx ( GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar
    [all...]
GLES11.spec 5 void glClipPlanex ( GLenum plane, const GLfixed *equation )
14 void glGetClipPlanex ( GLenum pname, GLfixed *eqn )
15 void glGetFixedv ( GLenum pname, GLfixed *params )
18 void glGetLightxv ( GLenum light, GLenum pname, GLfixed *params )
20 void glGetMaterialxv ( GLenum face, GLenum pname, GLfixed *params )
24 void glGetTexEnvxv ( GLenum env, GLenum pname, GLfixed *params )
27 void glGetTexParameterxv ( GLenum target, GLenum pname, GLfixed *params )
34 void glPointParameterx ( GLenum pname, GLfixed param )
35 void glPointParameterxv ( GLenum pname, const GLfixed *params )
43 void glTexParameterxv ( GLenum target, GLenum pname, const GLfixed *params
    [all...]
  /frameworks/base/opengl/libagl/
matrix.h 59 GLfixed vsquare3(GLfixed a, GLfixed b, GLfixed c)
63 GLfixed r;
86 static inline GLfixed mla2a( GLfixed a0, GLfixed b0,
87 GLfixed a1, GLfixed b1
    [all...]
light.cpp 40 static inline void vscale3(GLfixed* d, const GLfixed* m, GLfixed s);
43 void vnorm3(GLfixed* d, const GLfixed* a);
45 static inline void vsa3(GLfixed* d,
46 const GLfixed* m, GLfixed s, const GLfixed* a);
47 static inline void vss3(GLfixed* d
    [all...]
  /development/tools/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...]
  /development/tools/emulator/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...]
gles.cpp 306 void glClipPlanex(GLenum plane, const GLfixed *equation)
316 void glColor4x(GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha)
421 void glFogx(GLenum pname, GLfixed param)
426 void glFogxv(GLenum pname, const GLfixed *params)
436 void glFrustumx(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar
    [all...]
  /prebuilt/ndk/android-ndk-r4/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...]
  /prebuilt/ndk/android-ndk-r4/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...]
  /prebuilt/ndk/android-ndk-r4/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...]
  /prebuilt/ndk/android-ndk-r4/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...]
  /prebuilt/ndk/android-ndk-r4/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...]
  /prebuilt/ndk/android-ndk-r5/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...]
  /prebuilt/ndk/android-ndk-r6/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...]
  /prebuilt/ndk/android-ndk-r6/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...]
  /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...]
gl.h 31 typedef khronos_int32_t GLfixed;
645 GL_API void GL_APIENTRY glClipPlanex (GLenum plane, const GLfixed *equation);
647 GL_API void GL_APIENTRY glColor4x (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha);
668 GL_API void GL_APIENTRY glFogx (GLenum pname, GLfixed param);
669 GL_API void GL_APIENTRY glFogxv (GLenum pname, const GLfixed *params);
671 GL_API void GL_APIENTRY glFrustumx (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar)
    [all...]
  /development/tools/emulator/opengl/host/libs/Translator/include/GLES/
glext.h 510 GL_API void GL_APIENTRY glDrawTexxOES (GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed height);
513 GL_API void GL_APIENTRY glDrawTexxvOES (const GLfixed *coords);
519 typedef void (GL_APIENTRYP PFNGLDRAWTEXXOESPROC) (GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed height)
    [all...]
  /frameworks/base/opengl/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...]
  /development/ndk/platforms/android-4/samples/san-angeles/jni/
importgl.h 83 FNDEF(void, glColor4x, (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha));
90 FNDEF(void, glFrustumx, (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar))
    [all...]
  /frameworks/base/core/jni/
android_opengl_GLES11Ext.cpp 183 /* void glDrawTexxOES ( GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed height ) */
188 (GLfixed)x,
189 (GLfixed)y,
190 (GLfixed)z,
191 (GLfixed)width,
192 (GLfixed)heigh
    [all...]
  /frameworks/base/opengl/libs/
glesv2dbg_functions.h 42 GL_ENTRY(void, glClipPlanex, GLenum plane, const GLfixed *equation)
43 GL_ENTRY(void, glClipPlanexIMG, GLenum p, const GLfixed *eqn)
44 GL_ENTRY(void, glClipPlanexOES, GLenum plane, const GLfixed *equation)
47 GL_ENTRY(void, glColor4x, GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha)
48 GL_ENTRY(void, glColor4xOES, GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha
    [all...]
  /development/tools/emulator/opengl/host/libs/Translator/include/GLcommon/
GLconversion_macros.h 27 ((GLfixed) ((d) * 65536)))

Completed in 317 milliseconds

1 2 3 4