/frameworks/base/core/jni/ |
D | android_opengl_EGL14.cpp | 142 EGLint _returnValue = (EGLint) 0; in android_eglGetError() local 143 _returnValue = eglGetError(); in android_eglGetError() 144 return (jint)_returnValue; in android_eglGetError() 151 EGLDisplay _returnValue = (EGLDisplay) 0; in android_eglGetDisplay() local 152 _returnValue = eglGetDisplay( in android_eglGetDisplay() 155 return toEGLHandle(_env, egldisplayClass, egldisplayConstructor, _returnValue); in android_eglGetDisplay() 178 EGLBoolean _returnValue = (EGLBoolean) 0; in android_eglInitialize() local 233 _returnValue = eglInitialize( in android_eglInitialize() 251 return (jboolean)_returnValue; in android_eglInitialize() 258 EGLBoolean _returnValue = (EGLBoolean) 0; in android_eglTerminate() local [all …]
|
D | android_opengl_EGLExt.cpp | 138 EGLBoolean _returnValue = (EGLBoolean) 0; in android_eglPresentationTimeANDROID() local 142 _returnValue = eglPresentationTimeANDROID( in android_eglPresentationTimeANDROID() 147 return (jboolean)_returnValue; in android_eglPresentationTimeANDROID()
|
D | android_opengl_GLES10Ext.cpp | 452 GLbitfield _returnValue = -1; in android_glQueryMatrixxOES___3II_3II() local 506 _returnValue = glQueryMatrixxOES( in android_glQueryMatrixxOES___3II_3II() 523 return (jint)_returnValue; in android_glQueryMatrixxOES___3II_3II() 537 GLbitfield _returnValue = -1; in android_glQueryMatrixxOES__Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2() local 565 _returnValue = glQueryMatrixxOES( in android_glQueryMatrixxOES__Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2() 580 return (jint)_returnValue; in android_glQueryMatrixxOES__Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2()
|
D | android_opengl_GLES20.cpp | 674 GLenum _returnValue; in android_glCheckFramebufferStatus__I() local 675 _returnValue = glCheckFramebufferStatus( in android_glCheckFramebufferStatus__I() 678 return (jint)_returnValue; in android_glCheckFramebufferStatus__I() 836 GLuint _returnValue; in android_glCreateProgram__() local 837 _returnValue = glCreateProgram(); in android_glCreateProgram__() 838 return (jint)_returnValue; in android_glCreateProgram__() 845 GLuint _returnValue; in android_glCreateShader__I() local 846 _returnValue = glCreateShader( in android_glCreateShader__I() 849 return (jint)_returnValue; in android_glCreateShader__I() 2572 GLint _returnValue = 0; in android_glGetAttribLocation__ILjava_lang_String_2() local [all …]
|
D | android_opengl_GLES30.cpp | 846 GLboolean _returnValue; in android_glIsQuery__I() local 847 _returnValue = glIsQuery( in android_glIsQuery__I() 850 return (jboolean)_returnValue; in android_glIsQuery__I() 1012 GLboolean _returnValue; in android_glUnmapBuffer__I() local 1013 _returnValue = glUnmapBuffer( in android_glUnmapBuffer__I() 1016 return (jboolean)_returnValue; in android_glUnmapBuffer__I() 1729 GLboolean _returnValue; in android_glIsVertexArray__I() local 1730 _returnValue = glIsVertexArray( in android_glIsVertexArray__I() 1733 return (jboolean)_returnValue; in android_glIsVertexArray__I() 2632 GLint _returnValue = 0; in android_glGetFragDataLocation__ILjava_lang_String_2() local [all …]
|
D | com_google_android_gles_jni_GLImpl.cpp | 1186 GLenum _returnValue; in android_glGetError__() local 1187 _returnValue = glGetError(); in android_glGetError__() 1188 return (jint)_returnValue; in android_glGetError__() 3953 GLbitfield _returnValue = -1; in android_glQueryMatrixxOES___3II_3II() local 4007 _returnValue = glQueryMatrixxOES( in android_glQueryMatrixxOES___3II_3II() 4024 return (jint)_returnValue; in android_glQueryMatrixxOES___3II_3II() 4038 GLbitfield _returnValue = -1; in android_glQueryMatrixxOES__Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2() local 4066 _returnValue = glQueryMatrixxOES( in android_glQueryMatrixxOES__Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2() 4081 return (jint)_returnValue; in android_glQueryMatrixxOES__Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2() 6070 GLboolean _returnValue; in android_glIsBuffer__I() local [all …]
|
D | android_opengl_GLES11.cpp | 2391 GLboolean _returnValue; in android_glIsBuffer__I() local 2392 _returnValue = glIsBuffer( in android_glIsBuffer__I() 2395 return (jboolean)_returnValue; in android_glIsBuffer__I() 2402 GLboolean _returnValue; in android_glIsEnabled__I() local 2403 _returnValue = glIsEnabled( in android_glIsEnabled__I() 2406 return (jboolean)_returnValue; in android_glIsEnabled__I() 2413 GLboolean _returnValue; in android_glIsTexture__I() local 2414 _returnValue = glIsTexture( in android_glIsTexture__I() 2417 return (jboolean)_returnValue; in android_glIsTexture__I()
|
D | android_opengl_GLES31.cpp | 647 GLuint _returnValue = 0; in android_glGetProgramResourceIndex__IILjava_lang_String_2() local 658 _returnValue = glGetProgramResourceIndex( in android_glGetProgramResourceIndex__IILjava_lang_String_2() 672 return (jint)_returnValue; in android_glGetProgramResourceIndex__IILjava_lang_String_2() 840 GLint _returnValue = 0; in android_glGetProgramResourceLocation__IILjava_lang_String_2() local 851 _returnValue = glGetProgramResourceLocation( in android_glGetProgramResourceLocation__IILjava_lang_String_2() 865 return (jint)_returnValue; in android_glGetProgramResourceLocation__IILjava_lang_String_2() 1042 GLboolean _returnValue; in android_glIsProgramPipeline__I() local 1043 _returnValue = glIsProgramPipeline( in android_glIsProgramPipeline__I() 1046 return (jboolean)_returnValue; in android_glIsProgramPipeline__I()
|
D | android_opengl_GLES11Ext.cpp | 2253 GLboolean _returnValue; in android_glIsRenderbufferOES__I() local 2254 _returnValue = glIsRenderbufferOES( in android_glIsRenderbufferOES__I() 2257 return (jboolean)_returnValue; in android_glIsRenderbufferOES__I() 2546 GLboolean _returnValue; in android_glIsFramebufferOES__I() local 2547 _returnValue = glIsFramebufferOES( in android_glIsFramebufferOES__I() 2550 return (jboolean)_returnValue; in android_glIsFramebufferOES__I() 2739 GLenum _returnValue; in android_glCheckFramebufferStatusOES__I() local 2740 _returnValue = glCheckFramebufferStatusOES( in android_glCheckFramebufferStatusOES__I() 2743 return (jint)_returnValue; in android_glCheckFramebufferStatusOES__I()
|
D | android_opengl_GLES31Ext.cpp | 830 GLboolean _returnValue; in android_glIsEnablediEXT__II() local 831 _returnValue = glIsEnablediEXT( in android_glIsEnablediEXT__II() 835 return (jboolean)_returnValue; in android_glIsEnablediEXT__II()
|
D | android_opengl_GLES10.cpp | 1310 GLenum _returnValue; in android_glGetError__() local 1311 _returnValue = glGetError(); in android_glGetError__() 1312 return (jint)_returnValue; in android_glGetError__()
|
/frameworks/native/opengl/tools/glgen/stubs/egl/ |
D | eglCreateWindowSurface.cpp | 8 EGLSurface _returnValue = (EGLSurface) 0; in android_eglCreateWindowSurface() local 60 _returnValue = eglCreateWindowSurface( in android_eglCreateWindowSurface() 75 return toEGLHandle(_env, eglsurfaceClass, eglsurfaceConstructor, _returnValue); in android_eglCreateWindowSurface() 85 EGLSurface _returnValue = (EGLSurface) 0; in android_eglCreateWindowSurfaceTexture() local 142 _returnValue = eglCreateWindowSurface( in android_eglCreateWindowSurfaceTexture() 157 return toEGLHandle(_env, eglsurfaceClass, eglsurfaceConstructor, _returnValue); in android_eglCreateWindowSurfaceTexture()
|
D | eglGetDisplay.cpp | 5 EGLDisplay _returnValue = (EGLDisplay) 0; in android_eglGetDisplay() local 6 _returnValue = eglGetDisplay( in android_eglGetDisplay() 9 return toEGLHandle(_env, egldisplayClass, egldisplayConstructor, _returnValue); in android_eglGetDisplay()
|
D | eglCreatePbufferFromClientBuffer.cpp | 8 EGLSurface _returnValue = (EGLSurface) 0; in android_eglCreatePbufferFromClientBuffer() local 46 _returnValue = eglCreatePbufferFromClientBuffer( in android_eglCreatePbufferFromClientBuffer() 62 return toEGLHandle(_env, eglsurfaceClass, eglsurfaceConstructor, _returnValue); in android_eglCreatePbufferFromClientBuffer()
|