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

1 2

  /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/ndk/platforms/android-4/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...]
gl.h 30 typedef khronos_int32_t GLfixed;
644 GL_API void GL_APIENTRY glClipPlanex (GLenum plane, const GLfixed *equation);
646 GL_API void GL_APIENTRY glColor4x (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha);
667 GL_API void GL_APIENTRY glFogx (GLenum pname, GLfixed param);
668 GL_API void GL_APIENTRY glFogxv (GLenum pname, const GLfixed *params);
670 GL_API void GL_APIENTRY 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...]
gl.h 30 typedef khronos_int32_t GLfixed;
644 GL_API void GL_APIENTRY glClipPlanex (GLenum plane, const GLfixed *equation);
646 GL_API void GL_APIENTRY glColor4x (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha);
667 GL_API void GL_APIENTRY glFogx (GLenum pname, GLfixed param);
668 GL_API void GL_APIENTRY glFogxv (GLenum pname, const GLfixed *params);
670 GL_API void GL_APIENTRY glFrustumx (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar)
    [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...]
gl.h 30 typedef khronos_int32_t GLfixed;
644 GL_API void GL_APIENTRY glClipPlanex (GLenum plane, const GLfixed *equation);
646 GL_API void GL_APIENTRY glColor4x (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha);
667 GL_API void GL_APIENTRY glFogx (GLenum pname, GLfixed param);
668 GL_API void GL_APIENTRY glFogxv (GLenum pname, const GLfixed *params);
670 GL_API void GL_APIENTRY glFrustumx (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar)
    [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...]
gl.h 30 typedef khronos_int32_t GLfixed;
644 GL_API void GL_APIENTRY glClipPlanex (GLenum plane, const GLfixed *equation);
646 GL_API void GL_APIENTRY glColor4x (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha);
667 GL_API void GL_APIENTRY glFogx (GLenum pname, GLfixed param);
668 GL_API void GL_APIENTRY glFogxv (GLenum pname, const GLfixed *params);
670 GL_API void GL_APIENTRY glFrustumx (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar)
    [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...]
gl.h 30 typedef khronos_int32_t GLfixed;
644 GL_API void GL_APIENTRY glClipPlanex (GLenum plane, const GLfixed *equation);
646 GL_API void GL_APIENTRY glColor4x (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha);
667 GL_API void GL_APIENTRY glFogx (GLenum pname, GLfixed param);
668 GL_API void GL_APIENTRY glFogxv (GLenum pname, const GLfixed *params);
670 GL_API void GL_APIENTRY glFrustumx (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar)
    [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...]
gl.h 30 typedef khronos_int32_t GLfixed;
644 GL_API void GL_APIENTRY glClipPlanex (GLenum plane, const GLfixed *equation);
646 GL_API void GL_APIENTRY glColor4x (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha);
667 GL_API void GL_APIENTRY glFogx (GLenum pname, GLfixed param);
668 GL_API void GL_APIENTRY glFogxv (GLenum pname, const GLfixed *params);
670 GL_API void GL_APIENTRY glFrustumx (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar)
    [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...]
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/ndk/platforms/android-4/samples/san-angeles/jni/
importgl.h 84 FNDEF(void, glColor4x, (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha));
91 FNDEF(void, glFrustumx, (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar))
    [all...]
  /frameworks/base/core/jni/
android_opengl_GLES11Ext.cpp 205 /* void glDrawTexxOES ( GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed height ) */
210 (GLfixed)x,
211 (GLfixed)y,
212 (GLfixed)z,
213 (GLfixed)width,
214 (GLfixed)heigh
    [all...]
android_opengl_GLES10.cpp 288 /* void glColor4x ( GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha ) */
293 (GLfixed)red,
294 (GLfixed)green,
295 (GLfixed)blue,
296 (GLfixed)alpha
732 /* void glFogx ( GLenum pname, GLfixed param ) */
738 (GLfixed)para
    [all...]
  /frameworks/base/opengl/tests/angeles/include/GLES/
gl.h 69 typedef int GLfixed;
486 GLAPI void APIENTRY glColor4x (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha);
509 GLAPI void APIENTRY glFogx (GLenum pname, GLfixed param);
510 GLAPI void APIENTRY glFogxv (GLenum pname, const GLfixed *params);
513 GLAPI void APIENTRY glFrustumx (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar)
    [all...]
  /frameworks/base/include/private/opengles/
gl_context.h 90 struct { GLfixed x, y, z; };
91 struct { GLfixed r, g, b; };
92 struct { GLfixed S, T, R; };
93 GLfixed v[3];
99 struct { GLfixed x, y, z, w; };
100 struct { GLfixed r, g, b, a; };
101 struct { GLfixed S, T, R, Q; };
102 GLfixed v[4];
145 GLfixed fog;
171 GLfixed factor
    [all...]

Completed in 233 milliseconds

1 2