Searched refs:GLint (Results 1 - 25 of 53) sorted by relevance

123

/frameworks/base/opengl/tools/glgen/specs/gles11/
H A DGLES10Ext.spec1 GLbitfield glQueryMatrixxOES ( GLfixed *mantissa, GLint *exponent )
H A DGLES20.spec19 void glClearStencil ( GLint s )
22 void glCompressedTexImage2D ( GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const GLvoid *data )
23 void glCompressedTexSubImage2D ( GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const GLvoid *data )
24 void glCopyTexImage2D ( GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint borde
[all...]
H A DGLES11.spec7 void glColorPointer ( GLint size, GLenum type, GLsizei stride, GLint offset )
9 void glDrawElements ( GLenum mode, GLsizei count, GLenum type, GLint offset )
12 void glGetBufferParameteriv ( GLenum target, GLenum pname, GLint *params )
23 void glGetTexEnviv ( GLenum env, GLenum pname, GLint *params )
26 void glGetTexParameteriv ( GLenum target, GLenum pname, GLint *params )
31 void glNormalPointer ( GLenum type, GLsizei stride, GLint offset )
37 void glTexCoordPointer ( GLint size, GLenum type, GLsizei stride, GLint offset )
38 void glTexEnvi ( GLenum target, GLenum pname, GLint para
[all...]
H A DGLES10.spec11 void glClearStencil ( GLint s )
16 void glColorPointer ( GLint size, GLenum type, GLsizei stride, const GLvoid *pointer )
17 void glCompressedTexImage2D ( GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const GLvoid *data )
18 void glCompressedTexSubImage2D ( GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const GLvoid *data )
19 void glCopyTexImage2D ( GLenum target, GLint level, GLenum internalformat, GLint x, GLint
[all...]
H A DGLES11Ext.spec5 void glDrawTexiOES ( GLint x, GLint y, GLint z, GLint width, GLint height )
8 void glDrawTexivOES ( const GLint *coords )
58 void glGetRenderbufferParameterivOES ( GLenum target, GLenum pname, GLint *params )
65 void glFramebufferTexture2DOES ( GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level )
66 void glGetFramebufferAttachmentParameterivOES ( GLenum target, GLenum attachment, GLenum pname, GLint *params )
74 void glMatrixIndexPointerOES ( GLint siz
[all...]
/frameworks/base/opengl/include/GLES2/
H A Dgl2ext.h439 GL_APICALL void GL_APIENTRY glProgramBinaryOES (GLuint program, GLenum binaryFormat, const GLvoid *binary, GLint length);
442 typedef void (GL_APIENTRYP PFNGLPROGRAMBINARYOESPROC) (GLuint program, GLenum binaryFormat, const GLvoid *binary, GLint length);
487 GL_APICALL void GL_APIENTRY glTexImage3DOES (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const GLvoid* pixels);
488 GL_APICALL void GL_APIENTRY glTexSubImage3DOES (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const GLvoid* pixels);
489 GL_APICALL void GL_APIENTRY glCopyTexSubImage3DOES (GLenum target, GLint level, GLint xoffse
[all...]
H A Dgl2.h28 typedef int GLint; typedef
492 GL_APICALL void GL_APIENTRY glClearStencil (GLint s);
495 GL_APICALL void GL_APIENTRY glCompressedTexImage2D (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const GLvoid* data);
496 GL_APICALL void GL_APIENTRY glCompressedTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const GLvoid* data);
497 GL_APICALL void GL_APIENTRY glCopyTexImage2D (GLenum target, GLint level, GLenum internalformat, GLint x, GLint
[all...]
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES20.cpp145 static void glVertexAttribPointerBounds(GLuint indx, GLint size, GLenum type,
377 /* void glClearStencil ( GLint s ) */
382 (GLint)s
407 /* void glCompressedTexImage2D ( GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const GLvoid *data ) */
418 (GLint)level,
422 (GLint)border,
431 /* void glCompressedTexSubImage2D ( GLenum target, GLint level, GLint xoffset, GLint yoffse
[all...]
H A Dandroid_opengl_GLES10Ext.cpp127 /* GLbitfield glQueryMatrixxOES ( GLfixed *mantissa, GLint *exponent ) */
136 GLint *exponent_base = (GLint *) 0;
138 GLint *exponent = (GLint *) 0;
176 exponent_base = (GLint *)
182 (GLint *)exponent
197 /* GLbitfield glQueryMatrixxOES ( GLfixed *mantissa, GLint *exponent ) */
208 GLint *exponent = (GLint *)
[all...]
H A Dcom_google_android_gles_jni_GLImpl.cpp47 GL_API void GL_APIENTRY glColorPointerBounds(GLint size, GLenum type, GLsizei stride,
51 GL_API void GL_APIENTRY glTexCoordPointerBounds(GLint size, GLenum type,
53 GL_API void GL_APIENTRY glVertexPointerBounds(GLint size, GLenum type,
57 GL_API void GL_APIENTRY glMatrixIndexPointerOESBounds(GLint size, GLenum type,
59 GL_API void GL_APIENTRY glWeightPointerOESBounds(GLint size, GLenum type,
384 /* void glClearStencil ( GLint s ) */
389 (GLint)s
438 /* void glColorPointer ( GLint size, GLenum type, GLsizei stride, const GLvoid *pointer ) */
453 (GLint)size,
461 /* void glCompressedTexImage2D ( GLenum target, GLint leve
[all...]
/frameworks/base/opengl/include/GLES/
H A Dglext.h481 GL_API void GL_APIENTRY glDrawTexiOES (GLint x, GLint y, GLint z, GLint width, GLint height);
484 GL_API void GL_APIENTRY glDrawTexivOES (const GLint *coords);
490 typedef void (GL_APIENTRYP PFNGLDRAWTEXIOESPROC) (GLint x, GLint y, GLint z, GLint widt
[all...]
H A Dgl.h24 typedef int GLint; typedef
643 GL_API void GL_APIENTRY glClearStencil (GLint s);
649 GL_API void GL_APIENTRY glColorPointer (GLint size, GLenum type, GLsizei stride, const GLvoid *pointer);
650 GL_API void GL_APIENTRY glCompressedTexImage2D (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const GLvoid *data);
651 GL_API void GL_APIENTRY glCompressedTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const GLvoid *data);
652 GL_API void GL_APIENTRY glCopyTexImage2D (GLenum target, GLint level, GLenum internalformat, GLint
[all...]
/frameworks/base/services/surfaceflinger/
H A DLayerBlur.h56 mutable GLint mReadFormat;
57 mutable GLint mReadType;
/frameworks/base/opengl/libagl/
H A DTextureObjectManager.h54 status_t reallocate(GLint level,
80 GLint crop_rect[4];
81 GLint generate_mipmap;
82 GLint direct;
H A Dmatrix.h41 int ogles_surfaceport(ogles_context_t* c, GLint x, GLint y);
44 GLint x, GLint y, GLsizei w, GLsizei h);
47 GLint x, GLint y, GLsizei w, GLsizei h);
154 GLint shift,
194 GLint shift,
235 GLint shift,
H A Dtexture.cpp37 void generateMipmap(ogles_context_t* c, GLint level);
199 static int32_t convertGLPixelFormat(GLint format, GLenum type)
273 GLint xoffset, GLint yoffset,
275 GLint x, GLint y, GLsizei w, GLsizei h)
363 GGLSurface** outSurface, int32_t* outSize, GLint level,
618 void generateMipmap(ogles_context_t* c, GLint level)
720 const GLint Ucr = textureObject->crop_rect[0] << 16;
721 const GLint Vc
[all...]
/frameworks/base/opengl/libs/GLES_CM/
H A Dgl.cpp42 GL_API void GL_APIENTRY glColorPointerBounds(GLint size, GLenum type, GLsizei stride,
46 GL_API void GL_APIENTRY glTexCoordPointerBounds(GLint size, GLenum type,
48 GL_API void GL_APIENTRY glVertexPointerBounds(GLint size, GLenum type,
52 GL_API void GL_APIENTRY glMatrixIndexPointerOESBounds(GLint size, GLenum type,
54 GL_API void GL_APIENTRY glWeightPointerOESBounds(GLint size, GLenum type,
58 void glColorPointerBounds(GLint size, GLenum type, GLsizei stride,
66 void glTexCoordPointerBounds(GLint size, GLenum type,
70 void glVertexPointerBounds(GLint size, GLenum type,
80 GL_API void GL_APIENTRY glMatrixIndexPointerOESBounds(GLint size, GLenum type,
85 GL_API void GL_APIENTRY glWeightPointerOESBounds(GLint siz
[all...]
/frameworks/base/opengl/tests/finish/
H A Dfinish.cpp66 GLint dim = w<h ? w : h;
105 GLint crop[4] = { 0, 512, 512, -512 };
119 GLint crop[4] = { 0, 1, 1, -1 };
133 GLint crop[4] = { 0, 512, 512, -512 };
148 GLint crop[4] = { 0, 1, 1, -1 };
165 GLint crop[4] = { 0, 512, 512, -512 };
185 GLint crop[4] = { 0, 1, 1, -1 };
198 GLint crop[4] = { 0, 1, 1, -1 };
213 GLint crop[4] = { 0, 1, 1, -1 };
/frameworks/base/opengl/tools/glgen/stubs/gles11/
H A DglGetProgramInfoLog.cpp7 GLint infoLen = 0;
H A DglGetShaderInfoLog.cpp7 GLint infoLen = 0;
/frameworks/base/opengl/tests/angeles/include/GLES/
H A Dgl.h59 typedef int GLint; typedef
483 GLAPI void APIENTRY glClearStencil (GLint s);
488 GLAPI void APIENTRY glColorPointer (GLint size, GLenum type, GLsizei stride, const GLvoid *pointer);
489 GLAPI void APIENTRY glCompressedTexImage2D (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const GLvoid *data);
490 GLAPI void APIENTRY glCompressedTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const GLvoid *data);
491 GLAPI void APIENTRY glCopyTexImage2D (GLenum target, GLint level, GLenum internalformat, GLint
[all...]
/frameworks/base/opengl/tests/gl2_jni/jni/
H A Dgl_code.cpp21 for (GLint error = glGetError(); error; error
42 GLint compiled = 0;
45 GLint infoLen = 0;
81 GLint linkStatus = GL_FALSE;
84 GLint bufLength = 0;
/frameworks/base/opengl/tests/gldual/jni/
H A Dgl_code.cpp21 for (GLint error = glGetError(); error; error
42 GLint compiled = 0;
45 GLint infoLen = 0;
81 GLint linkStatus = GL_FALSE;
84 GLint bufLength = 0;
/frameworks/base/cmds/bootanimation/
H A DBootAnimation.h55 GLint w;
56 GLint h;
/frameworks/base/services/surfaceflinger/DisplayHardware/
H A DDisplayHardware.h111 GLint mMaxViewportDims;
112 GLint mMaxTextureSize;

Completed in 200 milliseconds

123