/aosp_15_r20/hardware/google/gfxstream/host/gl/OpenGLESDispatch/ |
D | gles1_stubbed_in_translator_namespace.cpp | 20 GL_APICALL void GL_APIENTRY glGenSemaphoresEXT(GLsizei, GLuint *) { return; } in glGenSemaphoresEXT() argument 21 GL_APICALL void GL_APIENTRY glDeleteSemaphoresEXT(GLsizei, const GLuint *) { return; } in glDeleteSemaphoresEXT() argument 35 GL_APICALL void GL_APIENTRY glDeleteRenderbuffersEXT(GLsizei, const GLuint *) { return; } in glDeleteRenderbuffersEXT() argument 36 GL_APICALL void GL_APIENTRY glGenRenderbuffersEXT(GLsizei, GLuint *) { return; } in glGenRenderbuffersEXT() argument 37 GL_APICALL void GL_APIENTRY glRenderbufferStorageEXT(GLenum, GLenum, GLsizei, GLsizei) { return; } in glRenderbufferStorageEXT() argument 41 GL_APICALL void GL_APIENTRY glDeleteFramebuffersEXT(GLsizei, const GLuint *) { return; } in glDeleteFramebuffersEXT() argument 42 GL_APICALL void GL_APIENTRY glGenFramebuffersEXT(GLsizei, GLuint *) { return; } in glGenFramebuffersEXT() argument 51 GL_APICALL void GL_APIENTRY glReadnPixelsEXT(GLint, GLint, GLsizei, GLsizei, GLenum, GLenum, GLsize… in glReadnPixelsEXT() argument 52 GL_APICALL void GL_APIENTRY glGetnUniformfvEXT(GLuint, GLint, GLsizei, float *) { return; } in glGetnUniformfvEXT() argument 53 GL_APICALL void GL_APIENTRY glGetnUniformivEXT(GLuint, GLint, GLsizei, GLint *) { return; } in glGetnUniformivEXT() argument [all …]
|
D | gles2_stubbed_in_translator_namespace.cpp | 16 GL_APICALL void GL_APIENTRY glDeleteRenderbuffersEXT(GLsizei, const GLuint *) { return; } in glDeleteRenderbuffersEXT() argument 17 GL_APICALL void GL_APIENTRY glGenRenderbuffersEXT(GLsizei, GLuint *) { return; } in glGenRenderbuffersEXT() argument 18 GL_APICALL void GL_APIENTRY glRenderbufferStorageEXT(GLenum, GLenum, GLsizei, GLsizei) { return; } in glRenderbufferStorageEXT() argument 22 GL_APICALL void GL_APIENTRY glDeleteFramebuffersEXT(GLsizei, const GLuint *) { return; } in glDeleteFramebuffersEXT() argument 23 GL_APICALL void GL_APIENTRY glGenFramebuffersEXT(GLsizei, GLuint *) { return; } in glGenFramebuffersEXT() argument 31 GL_APICALL void GL_APIENTRY glReadnPixelsEXT(GLint, GLint, GLsizei, GLsizei, GLenum, GLenum, GLsize… in glReadnPixelsEXT() argument 32 GL_APICALL void GL_APIENTRY glGetnUniformfvEXT(GLuint, GLint, GLsizei, float *) { return; } in glGetnUniformfvEXT() argument 33 GL_APICALL void GL_APIENTRY glGetnUniformivEXT(GLuint, GLint, GLsizei, GLint *) { return; } in glGetnUniformivEXT() argument
|
/aosp_15_r20/frameworks/native/opengl/libs/GLES_CM/ |
H A D | gl.cpp | 54 void glColorPointerBounds(GLint size, GLenum type, GLsizei stride, in glColorPointerBounds() argument 58 void glNormalPointerBounds(GLenum type, GLsizei stride, in glNormalPointerBounds() argument 63 GLsizei stride, const GLvoid *pointer, GLsizei /*count*/) { in glTexCoordPointerBounds() argument 67 GLsizei stride, const GLvoid *pointer, GLsizei /*count*/) { in glVertexPointerBounds() argument 72 GLsizei stride, const GLvoid *pointer, GLsizei /*count*/) { in glPointSizePointerOESBounds() argument 77 GLsizei stride, const GLvoid *pointer, GLsizei /*count*/) { in glMatrixIndexPointerOESBounds() argument 82 GLsizei stride, const GLvoid *pointer, GLsizei /*count*/) { in glWeightPointerOESBounds() argument
|
/aosp_15_r20/external/deqp/modules/gles31/functional/ |
H A D | es31fInfoLogQueryShared.cpp | 40 … void (glu::CallLogWrapper::*getInfoLog)(glw::GLuint, glw::GLsizei, glw::GLsizei *, in verifyInfoLogQuery()
|
/aosp_15_r20/frameworks/native/opengl/tools/glgen/src/ |
H A D | JType.java | 41 typeMapping.put(new CType("GLsizei"), new JType("int")); in typeMapping.put() 106 typeMapping.put(new CType("GLsizei", false, true), in typeMapping.put() 133 arrayTypeMapping.put(new CType("GLsizei", false, true), new JType("int", false, true)); in arrayTypeMapping.put() 134 arrayTypeMapping.put(new CType("GLsizei", true, true), new JType("int", false, true)); in arrayTypeMapping.put()
|
/aosp_15_r20/external/deqp/framework/opengl/wrapper/ |
H A D | glwTypes.inl | 69 typedef int32_t GLsizei; typedef
|
/aosp_15_r20/hardware/google/gfxstream/host/apigen-codec-common/ |
D | gl_base_types.h | 37 typedef int GLsizei; typedef
|
/aosp_15_r20/hardware/google/gfxstream/guest/OpenglCodecCommon/ |
D | gl_base_types.h | 37 typedef int GLsizei; typedef
|
/aosp_15_r20/hardware/google/gfxstream/common/detector/ |
D | Gles.cpp | 27 static void GL_APIENTRY GlDebugCallback(GLenum, GLenum, GLuint, GLenum, GLsizei, in GlDebugCallback() argument
|
/aosp_15_r20/external/deqp/external/openglcts/modules/common/ |
H A D | glcKHRDebugTests.cpp | 1801 glw::GLenum /* severity */, glw::GLsizei /* length */, in debug_proc() 2403 glw::GLenum /* severity */, glw::GLsizei /* length */, in debug_proc()
|
/aosp_15_r20/frameworks/native/opengl/tests/angeles/include/GLES/ |
H A D | gl.h | 60 typedef int GLsizei; typedef
|
/aosp_15_r20/external/mesa3d/include/GLES/ |
H A D | gl.h | 50 typedef int GLsizei; typedef
|
/aosp_15_r20/prebuilts/vndk/v30/arm64/include/frameworks/native/opengl/include/GLES/ |
D | gl.h | 69 typedef int GLsizei; typedef
|
/aosp_15_r20/prebuilts/vndk/v30/arm/include/frameworks/native/opengl/include/GLES/ |
D | gl.h | 69 typedef int GLsizei; typedef
|
/aosp_15_r20/prebuilts/vndk/v32/x86/include/frameworks/native/opengl/include/GLES/ |
D | gl.h | 69 typedef int GLsizei; typedef
|
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/frameworks/native/opengl/include/GLES/ |
D | gl.h | 69 typedef int GLsizei; typedef
|
/aosp_15_r20/prebuilts/vndk/v31/arm64/include/frameworks/native/opengl/include/GLES/ |
D | gl.h | 69 typedef int GLsizei; typedef
|
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/frameworks/native/opengl/include/GLES/ |
D | gl.h | 69 typedef int GLsizei; typedef
|
/aosp_15_r20/hardware/google/gfxstream/common/opengl/include/GLES/ |
D | gl.h | 25 typedef int GLsizei; typedef
|
/aosp_15_r20/prebuilts/vndk/v33/arm/include/frameworks/native/opengl/include/GLES/ |
D | gl.h | 69 typedef int GLsizei; typedef
|
/aosp_15_r20/out/soong/ndk/sysroot/usr/include/GLES/ |
D | gl.h | 69 typedef int GLsizei; typedef
|
/aosp_15_r20/hardware/google/gfxstream/include/GLES/ |
D | gl.h | 25 typedef int GLsizei; typedef
|
/aosp_15_r20/prebuilts/vndk/v32/arm64/include/frameworks/native/opengl/include/GLES/ |
D | gl.h | 69 typedef int GLsizei; typedef
|
/aosp_15_r20/prebuilts/vndk/v34/x86/include/frameworks/native/opengl/include/GLES/ |
D | gl.h | 69 typedef int GLsizei; typedef
|
/aosp_15_r20/prebuilts/vndk/v34/arm/include/frameworks/native/opengl/include/GLES/ |
D | gl.h | 69 typedef int GLsizei; typedef
|