HomeSort by relevance Sort by last modified time
    Searched refs:GLsizei (Results 151 - 175 of 182) sorted by null

1 2 3 4 5 67 8

  /development/tools/emulator/opengl/host/libs/Translator/GLES_CM/
GLEScmImp.cpp 435 GL_API void GL_APIENTRY glColorPointer( GLint size, GLenum type, GLsizei stride, const GLvoid *pointer) {
442 GL_API void GL_APIENTRY glCompressedTexImage2D( GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const GLvoid *data) {
451 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) {
462 GL_API void GL_APIENTRY glCopyTexImage2D( GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border) {
469 GL_API void GL_APIENTRY glCopyTexSubImage2D( GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height)
    [all...]
  /frameworks/base/core/jni/
com_google_android_gles_jni_GLImpl.cpp 49 GL_API void GL_APIENTRY glColorPointerBounds(GLint size, GLenum type, GLsizei stride,
50 const GLvoid *ptr, GLsizei count);
51 GL_API void GL_APIENTRY glNormalPointerBounds(GLenum type, GLsizei stride,
52 const GLvoid *pointer, GLsizei count);
54 GLsizei stride, const GLvoid *pointer, GLsizei count);
56 GLsizei stride, const GLvoid *pointer, GLsizei count);
58 GLsizei stride, const GLvoid *pointer, GLsizei count)
    [all...]
android_opengl_GLES11Ext.cpp 32 GL_API void GL_APIENTRY glMatrixIndexPointerOESBounds(GLint size, GLenum type, GLsizei stride,
33 const GLvoid *ptr, GLsizei count);
34 GL_API void GL_APIENTRY glWeightPointerOESBounds(GLint size, GLenum type, GLsizei stride,
35 const GLvoid *ptr, GLsizei count);
    [all...]
android_opengl_GLES11.cpp 32 GL_API void GL_APIENTRY glPointSizePointerOESBounds(GLenum type, GLsizei stride,
33 const GLvoid *ptr, GLsizei count);
303 /* void glColorPointer ( GLint size, GLenum type, GLsizei stride, GLint offset ) */
310 (GLsizei)stride,
315 /* void glDeleteBuffers ( GLsizei n, const GLuint *buffers ) */
341 (GLsizei)n,
352 /* void glDeleteBuffers ( GLsizei n, const GLuint *buffers ) */
366 (GLsizei)n,
376 /* void glDrawElements ( GLenum mode, GLsizei count, GLenum type, GLint offset ) */
382 (GLsizei)count
    [all...]
  /development/tools/emulator/opengl/shared/OpenglCodecCommon/
GLClientState.cpp 84 void GLClientState::setState(int location, int size, GLenum type, GLboolean normalized, GLsizei stride, const void *data)
225 size_t GLClientState::pixelDataSize(GLsizei width, GLsizei height, GLenum format, GLenum type, int pack) const
383 void GLClientState::deleteTextures(GLsizei n, const GLuint* textures)
glUtils.cpp 436 void glUtilsPackStrings(char *ptr, char **strings, GLint *length, GLsizei count)
456 int glUtilsCalcShaderSourceLen( char **strings, GLint *length, GLsizei count)
  /external/quake/quake/src/WinQuake/
glquake.h 51 typedef GLboolean (APIENTRY *ARETEXRESFUNCPTR)(GLsizei, const GLuint *,
54 typedef void (APIENTRY *DELTEXFUNCPTR)(GLsizei, const GLuint *);
55 typedef void (APIENTRY *GENTEXFUNCPTR)(GLsizei, GLuint *);
57 typedef void (APIENTRY *PRIORTEXFUNCPTR)(GLsizei, const GLuint *,
quakedef.h 378 GLsizei width,
379 GLsizei height,
  /frameworks/base/libs/hwui/
TextureCache.cpp 270 void TextureCache::uploadToTexture(bool resize, GLenum format, GLsizei width, GLsizei height,
Layer.h 235 GLsizei meshElementCount;
OpenGLRenderer.h 400 GLvoid* vertices, GLvoid* texCoords, GLenum drawMode, GLsizei elementsCount,
LayerRenderer.cpp 126 GLsizei elementCount = count * 6;
  /frameworks/base/opengl/libagl/
TextureObjectManager.cpp 305 void EGLSurfaceManager::deleteTextures(GLsizei n, const GLuint *tokens)
309 for (GLsizei i=0 ; i<n ; i++) {
matrix.cpp 662 GLint x, GLint y, GLsizei w, GLsizei h)
681 GLint x, GLint y, GLsizei w, GLsizei h)
1082 void glScissor(GLint x, GLint y, GLsizei w, GLsizei h)
1088 void glViewport(GLint x, GLint y, GLsizei w, GLsizei h)
  /frameworks/base/opengl/libs/GLES2_dbg/src/
vertex.cpp 24 void Debug_glDrawArrays(GLenum mode, GLint first, GLsizei count)
120 void Debug_glDrawElements(GLenum mode, GLsizei count, GLenum type, const GLvoid* indices)
dbgcontext.cpp 303 GLboolean normalized, GLsizei stride, const GLvoid* ptr)
398 void DbgContext::glDeleteBuffers(GLsizei n, const GLuint *buffers)
  /frameworks/base/opengl/libs/GLES2_dbg/test/
test_main.cpp 204 static void GetActiveAttrib(GLuint program, GLuint index, GLsizei bufsize,
205 GLsizei* length, GLint* size, GLenum* type, GLchar* name) {
  /external/mesa3d/src/pixelflinger2/
shader.cpp 151 void GGLShaderSource(gl_shader_t * shader, GLsizei count, const char ** string, const int * length)
637 void GGLShaderGetInfoLog(const gl_shader_t * shader, GLsizei bufsize, GLsizei* length, GLchar* infolog)
684 void GGLShaderProgramGetInfoLog(const gl_shader_program_t * program, GLsizei bufsize, GLsizei* length, GLchar* infolog)
772 GLint GGLShaderUniform(gl_shader_program * program, GLint location, GLsizei count,
838 GLint location, GLsizei count, GLboolean transpose, const GLfloat *values)
    [all...]
pixelflinger2.cpp 39 static void Viewport(GGLInterface * iface, GLint x, GLint y, GLsizei width, GLsizei height)
  /development/tools/emulator/opengl/host/libs/Translator/include/GL/
wglext.h 627 extern void* WINAPI wglAllocateMemoryNV (GLsizei size, GLfloat readfreq, GLfloat writefreq, GLfloat priority);
630 typedef void* (WINAPI * PFNWGLALLOCATEMEMORYNVPROC) (GLsizei size, GLfloat readfreq, GLfloat writefreq, GLfloat priority);
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/GL/
glx.h 333 extern void *glXAllocateMemoryNV(GLsizei size, GLfloat readfreq, GLfloat writefreq, GLfloat priority);
335 typedef void * ( * PFNGLXALLOCATEMEMORYNVPROC) (GLsizei size, GLfloat readfreq, GLfloat writefreq, GLfloat priority);
  /development/tools/emulator/opengl/host/libs/Translator/GLES_V2/
ShaderParser.cpp 21 void ShaderParser::setSrc(const Version& ver,GLsizei count,const GLchar** strings,const GLint* length){
  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
Context.cpp 670 void Context::setViewportParams(GLint x, GLint y, GLsizei width, GLsizei height)
678 void Context::setScissorParams(GLint x, GLint y, GLsizei width, GLsizei height)
749 GLsizei stride, const void *pointer)
    [all...]
  /development/tools/emulator/opengl/tests/translator_tests/GLES_V2/
triangleV2.cpp 161 GLsizei len;
  /external/webkit/Source/WebCore/platform/graphics/opengl/
GraphicsContext3DOpenGL.cpp 683 GLsizei nameLength = 0;
705 GLsizei nameLength = 0;
    [all...]

Completed in 374 milliseconds

1 2 3 4 5 67 8