Home
last modified time | relevance | path

Searched refs:GLfixed (Results 1 – 25 of 28) sorted by relevance

12

/frameworks/native/opengl/tools/glgen/specs/gles11/
DGLES11Ext.spec6 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 )
20 void glFogxOES ( GLenum pname, GLfixed param )
21 void glFogxvOES ( GLenum pname, const GLfixed *params )
22 void glFrustumxOES ( GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfix…
23 void glGetClipPlanexOES ( GLenum pname, GLfixed *eqn )
24 void glGetFixedvOES ( GLenum pname, GLfixed *params )
25 void glGetLightxvOES ( GLenum light, GLenum pname, GLfixed *params )
[all …]
DGLES10.spec14 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
49 void glLightModelx ( GLenum pname, GLfixed param )
50 void glLightModelxv ( GLenum pname, const GLfixed *params )
53 void glLightx ( GLenum light, GLenum pname, GLfixed param )
54 void glLightxv ( GLenum light, GLenum pname, const GLfixed *params )
56 void glLineWidthx ( GLfixed width )
59 void glLoadMatrixx ( const GLfixed *m )
[all …]
DGLES11.spec5 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 )
DGLES10Ext.spec1 GLbitfield glQueryMatrixxOES ( GLfixed *mantissa, GLint *exponent )
/frameworks/native/opengl/libs/
Dentries_gles1.in3 GL_ENTRY(void, glAlphaFuncx, GLenum func, GLfixed ref)
4 GL_ENTRY(void, glAlphaFuncxOES, GLenum func, GLfixed ref)
19 GL_ENTRY(void, glClearColorx, GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha)
20 GL_ENTRY(void, glClearColorxOES, GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha)
23 GL_ENTRY(void, glClearDepthx, GLfixed depth)
24 GL_ENTRY(void, glClearDepthxOES, GLfixed depth)
31 GL_ENTRY(void, glClipPlanex, GLenum plane, const GLfixed *equation)
32 GL_ENTRY(void, glClipPlanexIMG, GLenum p, const GLfixed *eqn)
33 GL_ENTRY(void, glClipPlanexOES, GLenum plane, const GLfixed *equation)
36 GL_ENTRY(void, glColor4x, GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha)
[all …]
Dentries.in6 GL_ENTRY(void, glAlphaFuncx, GLenum func, GLfixed ref)
7 GL_ENTRY(void, glAlphaFuncxOES, GLenum func, GLfixed ref)
75 GL_ENTRY(void, glClearColorx, GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha)
76 GL_ENTRY(void, glClearColorxOES, GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha)
79 GL_ENTRY(void, glClearDepthx, GLfixed depth)
80 GL_ENTRY(void, glClearDepthxOES, GLfixed depth)
92 GL_ENTRY(void, glClipPlanex, GLenum plane, const GLfixed *equation)
93 GL_ENTRY(void, glClipPlanexIMG, GLenum p, const GLfixed *eqn)
94 GL_ENTRY(void, glClipPlanexOES, GLenum plane, const GLfixed *equation)
97 GL_ENTRY(void, glColor4x, GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha)
[all …]
/frameworks/native/opengl/include/GLES/
Dglext.h133 …ypedef void (GL_APIENTRYP PFNGLDRAWTEXXOESPROC) (GLfixed x, GLfixed y, GLfixed z, GLfixed width, G…
136 typedef void (GL_APIENTRYP PFNGLDRAWTEXXVOESPROC) (const GLfixed *coords);
142 GL_API void GL_APIENTRY glDrawTexxOES (GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed heig…
145 GL_API void GL_APIENTRY glDrawTexxvOES (const GLfixed *coords);
167 typedef void (GL_APIENTRYP PFNGLALPHAFUNCXOESPROC) (GLenum func, GLfixed ref);
168 …ypedef void (GL_APIENTRYP PFNGLCLEARCOLORXOESPROC) (GLfixed red, GLfixed green, GLfixed blue, GLfi…
169 typedef void (GL_APIENTRYP PFNGLCLEARDEPTHXOESPROC) (GLfixed depth);
170 typedef void (GL_APIENTRYP PFNGLCLIPPLANEXOESPROC) (GLenum plane, const GLfixed *equation);
171 typedef void (GL_APIENTRYP PFNGLCOLOR4XOESPROC) (GLfixed red, GLfixed green, GLfixed blue, GLfixed
172 typedef void (GL_APIENTRYP PFNGLDEPTHRANGEXOESPROC) (GLfixed n, GLfixed f);
[all …]
Dgl.h58 typedef khronos_int32_t GLfixed; typedef
444 GL_API void GL_APIENTRY glAlphaFuncx (GLenum func, GLfixed ref);
451 GL_API void GL_APIENTRY glClearColorx (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha);
452 GL_API void GL_APIENTRY glClearDepthx (GLfixed depth);
455 GL_API void GL_APIENTRY glClipPlanex (GLenum plane, const GLfixed *equation);
457 GL_API void GL_APIENTRY glColor4x (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha);
469 GL_API void GL_APIENTRY glDepthRangex (GLfixed n, GLfixed f);
478 GL_API void GL_APIENTRY glFogx (GLenum pname, GLfixed param);
479 GL_API void GL_APIENTRY glFogxv (GLenum pname, const GLfixed *param);
481 GL_API void GL_APIENTRY glFrustumx (GLfixed l, GLfixed r, GLfixed b, GLfixed t, GLfixed n, GLfixed
[all …]
/frameworks/native/opengl/tools/glgen/specs/jsr239/
Dglspec-1.014 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
49 void glLightModelx ( GLenum pname, GLfixed param )
50 void glLightModelxv ( GLenum pname, const GLfixed *params )
53 void glLightx ( GLenum light, GLenum pname, GLfixed param )
54 void glLightxv ( GLenum light, GLenum pname, const GLfixed *params )
56 void glLineWidthx ( GLfixed width )
59 void glLoadMatrixx ( const GLfixed *m )
[all …]
Dglspec-1.1ext8 void glDrawTexxOES ( GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed height )
9 void glDrawTexxvOES ( const GLfixed *coords )
Dglspec-1.15 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 )
22 void glGetTexEnvxv ( GLenum env, GLenum pname, GLfixed *params )
25 void glGetTexParameterxv ( GLenum target, GLenum pname, GLfixed *params )
32 void glPointParameterx ( GLenum pname, GLfixed param )
33 void glPointParameterxv ( GLenum pname, const GLfixed *params )
41 void glTexParameterxv ( GLenum target, GLenum pname, const GLfixed *params )
Dglspec-1.0ext1 GLbitfield glQueryMatrixxOES ( GLfixed *mantissa, GLint *exponent )
/frameworks/native/opengl/tests/angeles/include/GLES/
Dgl.h69 typedef int GLfixed; typedef
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 z…
521 GLAPI void APIENTRY glLightModelx (GLenum pname, GLfixed param);
522 GLAPI void APIENTRY glLightModelxv (GLenum pname, const GLfixed *params);
525 GLAPI void APIENTRY glLightx (GLenum light, GLenum pname, GLfixed param);
526 GLAPI void APIENTRY glLightxv (GLenum light, GLenum pname, const GLfixed *params);
528 GLAPI void APIENTRY glLineWidthx (GLfixed width);
[all …]
/frameworks/base/core/jni/
Dandroid_opengl_GLES11Ext.cpp486 (GLfixed)x, in android_glDrawTexxOES__IIIII()
487 (GLfixed)y, in android_glDrawTexxOES__IIIII()
488 (GLfixed)z, in android_glDrawTexxOES__IIIII()
489 (GLfixed)width, in android_glDrawTexxOES__IIIII()
490 (GLfixed)height in android_glDrawTexxOES__IIIII()
681 GLfixed *coords_base = (GLfixed *) 0; in android_glDrawTexxvOES___3II()
683 GLfixed *coords = (GLfixed *) 0; in android_glDrawTexxvOES___3II()
704 coords_base = (GLfixed *) in android_glDrawTexxvOES___3II()
709 (GLfixed *)coords in android_glDrawTexxvOES___3II()
732 GLfixed *coords = (GLfixed *) 0; in android_glDrawTexxvOES__Ljava_nio_IntBuffer_2()
[all …]
Dandroid_opengl_GLES10.cpp559 (GLfixed)red, in android_glColor4x__IIII()
560 (GLfixed)green, in android_glColor4x__IIII()
561 (GLfixed)blue, in android_glColor4x__IIII()
562 (GLfixed)alpha in android_glColor4x__IIII()
1102 (GLfixed)param in android_glFogx__II()
1113 GLfixed *params_base = (GLfixed *) 0; in android_glFogxv__I_3II()
1115 GLfixed *params = (GLfixed *) 0; in android_glFogxv__I_3II()
1147 params_base = (GLfixed *) in android_glFogxv__I_3II()
1153 (GLfixed *)params in android_glFogxv__I_3II()
1176 GLfixed *params = (GLfixed *) 0; in android_glFogxv__ILjava_nio_IntBuffer_2()
[all …]
Dandroid_opengl_GLES11.cpp607 GLfixed *equation_base = (GLfixed *) 0; in android_glClipPlanex__I_3II()
609 GLfixed *equation = (GLfixed *) 0; in android_glClipPlanex__I_3II()
624 equation_base = (GLfixed *) in android_glClipPlanex__I_3II()
630 (GLfixed *)equation in android_glClipPlanex__I_3II()
653 GLfixed *equation = (GLfixed *) 0; in android_glClipPlanex__ILjava_nio_IntBuffer_2()
661 …equation = (GLfixed *)getPointer(_env, equation_buf, (jarray*)&_array, &_remaining, &_bufferOffset… in android_glClipPlanex__ILjava_nio_IntBuffer_2()
664 equation = (GLfixed *) (_equationBase + _bufferOffset); in android_glClipPlanex__ILjava_nio_IntBuffer_2()
668 (GLfixed *)equation in android_glClipPlanex__ILjava_nio_IntBuffer_2()
1114 GLfixed *eqn_base = (GLfixed *) 0; in android_glGetClipPlanex__I_3II()
1116 GLfixed *eqn = (GLfixed *) 0; in android_glGetClipPlanex__I_3II()
[all …]
Dcom_google_android_gles_jni_GLImpl.cpp343 (GLfixed)red, in android_glColor4x__IIII()
344 (GLfixed)green, in android_glColor4x__IIII()
345 (GLfixed)blue, in android_glColor4x__IIII()
346 (GLfixed)alpha in android_glColor4x__IIII()
914 (GLfixed)param in android_glFogx__II()
925 GLfixed *params_base = (GLfixed *) 0; in android_glFogxv__I_3II()
927 GLfixed *params = (GLfixed *) 0; in android_glFogxv__I_3II()
973 params_base = (GLfixed *) in android_glFogxv__I_3II()
979 (GLfixed *)params in android_glFogxv__I_3II()
1002 GLfixed *params = (GLfixed *) 0; in android_glFogxv__ILjava_nio_IntBuffer_2()
[all …]
Dandroid_opengl_GLES10Ext.cpp432 GLfixed *mantissa_base = (GLfixed *) 0; in android_glQueryMatrixxOES___3II_3II()
434 GLfixed *mantissa = (GLfixed *) 0; in android_glQueryMatrixxOES___3II_3II()
458 mantissa_base = (GLfixed *) in android_glQueryMatrixxOES___3II_3II()
486 (GLfixed *)mantissa, in android_glQueryMatrixxOES___3II_3II()
519 GLfixed *mantissa = (GLfixed *) 0; in android_glQueryMatrixxOES__Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2()
529 …mantissa = (GLfixed *)getPointer(_env, mantissa_buf, (jarray*)&_mantissaArray, &_mantissaRemaining… in android_glQueryMatrixxOES__Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2()
551 mantissa = (GLfixed *) (_mantissaBase + _mantissaBufferOffset); in android_glQueryMatrixxOES__Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2()
558 (GLfixed *)mantissa, in android_glQueryMatrixxOES__Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2()
/frameworks/native/opengl/libs/GLES_CM/
Dglext_api.in22 void API_ENTRY(glDrawTexxOES)(GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed height) {
31 void API_ENTRY(glDrawTexxvOES)(const GLfixed *coords) {
40 void API_ENTRY(glAlphaFuncxOES)(GLenum func, GLfixed ref) {
43 void API_ENTRY(glClearColorxOES)(GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha) {
46 void API_ENTRY(glClearDepthxOES)(GLfixed depth) {
49 void API_ENTRY(glClipPlanexOES)(GLenum plane, const GLfixed *equation) {
52 void API_ENTRY(glColor4xOES)(GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha) {
55 void API_ENTRY(glDepthRangexOES)(GLfixed n, GLfixed f) {
58 void API_ENTRY(glFogxOES)(GLenum pname, GLfixed param) {
61 void API_ENTRY(glFogxvOES)(GLenum pname, const GLfixed *param) {
[all …]
Dgl_api.in118 void API_ENTRY(glAlphaFuncx)(GLenum func, GLfixed ref) {
139 void API_ENTRY(glClearColorx)(GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha) {
142 void API_ENTRY(glClearDepthx)(GLfixed depth) {
151 void API_ENTRY(glClipPlanex)(GLenum plane, const GLfixed *equation) {
157 void API_ENTRY(glColor4x)(GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha) {
193 void API_ENTRY(glDepthRangex)(GLfixed n, GLfixed f) {
220 void API_ENTRY(glFogx)(GLenum pname, GLfixed param) {
223 void API_ENTRY(glFogxv)(GLenum pname, const GLfixed *param) {
229 void API_ENTRY(glFrustumx)(GLfixed l, GLfixed r, GLfixed b, GLfixed t, GLfixed n, GLfixed f) {
238 void API_ENTRY(glGetClipPlanex)(GLenum plane, GLfixed *equation) {
[all …]
/frameworks/native/opengl/tests/angeles/
Ddemo.c81 GLfixed *vertexArray;
83 GLfixed *normalArray;
125 result->vertexArray = (GLfixed *)malloc(vertices * vertexComponents * in newGLObject()
126 sizeof(GLfixed)); in newGLObject()
130 result->normalArray = (GLfixed *)malloc(vertices * 3 * in newGLObject()
131 sizeof(GLfixed)); in newGLObject()
417 static const GLfixed quadVertices[] = { in drawFadeQuad()
432 const GLfixed fadeColor = minFade << 6; in drawFadeQuad()
512 glFrustumx((GLfixed)(xmin * 65536), (GLfixed)(xmax * 65536), in gluPerspective()
513 (GLfixed)(ymin * 65536), (GLfixed)(ymax * 65536), in gluPerspective()
[all …]
/frameworks/native/opengl/tests/gl_jni/jni/
Dgl_code.cpp163 const GLfixed texCoords[] = { in Java_com_android_gljni_GLJNILib_step()
/frameworks/native/opengl/tests/tritex/
Dtritex.cpp236 const GLfixed texCoords[] = { in render()
/frameworks/native/opengl/tests/gl_basic/
Dgl_basic.cpp377 const GLfixed texCoords[] = { in render()
/frameworks/native/opengl/include/GLES2/
Dgl2.h64 typedef khronos_int32_t GLfixed; typedef

12