/frameworks/base/core/jni/ |
D | android_opengl_EGL14.cpp | 140 EGLint _returnValue = (EGLint) 0; in android_eglGetError() local 141 _returnValue = eglGetError(); in android_eglGetError() 142 return (jint)_returnValue; in android_eglGetError() 149 EGLDisplay _returnValue = (EGLDisplay) 0; in android_eglGetDisplay() local 150 _returnValue = eglGetDisplay( in android_eglGetDisplay() 153 return toEGLHandle(_env, egldisplayClass, egldisplayConstructor, _returnValue); in android_eglGetDisplay() 176 EGLBoolean _returnValue = (EGLBoolean) 0; in android_eglInitialize() local 223 _returnValue = eglInitialize( in android_eglInitialize() 242 return (jboolean)_returnValue; in android_eglInitialize() 249 EGLBoolean _returnValue = (EGLBoolean) 0; in android_eglTerminate() local [all …]
|
D | android_opengl_EGL15.cpp | 202 EGLSync _returnValue = (EGLSync) 0; in android_eglCreateSync() local 225 _returnValue = eglCreateSync( in android_eglCreateSync() 240 return toEGLHandle(_env, eglsyncClass, eglsyncConstructor, _returnValue); in android_eglCreateSync() 250 EGLBoolean _returnValue = (EGLBoolean) 0; in android_eglGetSyncAttrib() local 273 _returnValue = eglGetSyncAttrib( in android_eglGetSyncAttrib() 280 if (value_base && _returnValue == EGL_TRUE) { in android_eglGetSyncAttrib() 293 return (jboolean)_returnValue; in android_eglGetSyncAttrib() 300 EGLBoolean _returnValue = (EGLBoolean) 0; in android_eglDestroySync() local 304 _returnValue = eglDestroySync( in android_eglDestroySync() 308 return (jboolean)_returnValue; in android_eglDestroySync() [all …]
|
D | android_opengl_EGLExt.cpp | 136 EGLBoolean _returnValue = (EGLBoolean) 0; in android_eglPresentationTimeANDROID() local 140 _returnValue = eglPresentationTimeANDROID( in android_eglPresentationTimeANDROID() 145 return (jboolean)_returnValue; in android_eglPresentationTimeANDROID()
|
D | android_opengl_GLES10Ext.cpp | 430 GLbitfield _returnValue = -1; in android_glQueryMatrixxOES___3II_3II() local 484 _returnValue = glQueryMatrixxOES( in android_glQueryMatrixxOES___3II_3II() 502 return (jint)_returnValue; in android_glQueryMatrixxOES___3II_3II() 516 GLbitfield _returnValue = -1; in android_glQueryMatrixxOES__Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2() local 556 _returnValue = glQueryMatrixxOES( in android_glQueryMatrixxOES__Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2() 572 return (jint)_returnValue; in android_glQueryMatrixxOES__Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2()
|
D | android_opengl_GLES20.cpp | 658 GLenum _returnValue; in android_glCheckFramebufferStatus__I() local 659 _returnValue = glCheckFramebufferStatus( in android_glCheckFramebufferStatus__I() 662 return (jint)_returnValue; in android_glCheckFramebufferStatus__I() 848 GLuint _returnValue; in android_glCreateProgram__() local 849 _returnValue = glCreateProgram(); in android_glCreateProgram__() 850 return (jint)_returnValue; in android_glCreateProgram__() 857 GLuint _returnValue; in android_glCreateShader__I() local 858 _returnValue = glCreateShader( in android_glCreateShader__I() 861 return (jint)_returnValue; in android_glCreateShader__I() 2630 GLint _returnValue = 0; in android_glGetAttribLocation__ILjava_lang_String_2() local [all …]
|
D | android_opengl_GLES30.cpp | 916 GLboolean _returnValue; in android_glIsQuery__I() local 917 _returnValue = glIsQuery( in android_glIsQuery__I() 920 return (jboolean)_returnValue; in android_glIsQuery__I() 1110 GLboolean _returnValue; in android_glUnmapBuffer__I() local 1111 _returnValue = glUnmapBuffer( in android_glUnmapBuffer__I() 1114 return (jboolean)_returnValue; in android_glUnmapBuffer__I() 1953 GLboolean _returnValue; in android_glIsVertexArray__I() local 1954 _returnValue = glIsVertexArray( in android_glIsVertexArray__I() 1957 return (jboolean)_returnValue; in android_glIsVertexArray__I() 2958 GLint _returnValue = 0; in android_glGetFragDataLocation__ILjava_lang_String_2() local [all …]
|
D | com_google_android_gles_jni_GLImpl.cpp | 1192 GLenum _returnValue; in android_glGetError__() local 1193 _returnValue = glGetError(); in android_glGetError__() 1194 return (jint)_returnValue; in android_glGetError__() 4114 GLbitfield _returnValue = -1; in android_glQueryMatrixxOES___3II_3II() local 4168 _returnValue = glQueryMatrixxOES( in android_glQueryMatrixxOES___3II_3II() 4186 return (jint)_returnValue; in android_glQueryMatrixxOES___3II_3II() 4200 GLbitfield _returnValue = -1; in android_glQueryMatrixxOES__Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2() local 4240 _returnValue = glQueryMatrixxOES( in android_glQueryMatrixxOES__Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2() 4256 return (jint)_returnValue; in android_glQueryMatrixxOES__Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2() 6401 GLboolean _returnValue; in android_glIsBuffer__I() local [all …]
|
D | android_opengl_GLES31.cpp | 653 GLuint _returnValue = 0; in android_glGetProgramResourceIndex__IILjava_lang_String_2() local 664 _returnValue = glGetProgramResourceIndex( in android_glGetProgramResourceIndex__IILjava_lang_String_2() 679 return (jint)_returnValue; in android_glGetProgramResourceIndex__IILjava_lang_String_2() 865 GLint _returnValue = 0; in android_glGetProgramResourceLocation__IILjava_lang_String_2() local 876 _returnValue = glGetProgramResourceLocation( in android_glGetProgramResourceLocation__IILjava_lang_String_2() 891 return (jint)_returnValue; in android_glGetProgramResourceLocation__IILjava_lang_String_2() 925 GLuint _returnValue = 0; in android_glCreateShaderProgramv() local 963 _returnValue = glCreateShaderProgramv((GLenum)type, _count, _strings); in android_glCreateShaderProgramv() 981 return (jint)_returnValue; in android_glCreateShaderProgramv() 1156 GLboolean _returnValue; in android_glIsProgramPipeline__I() local [all …]
|
D | android_opengl_GLES11.cpp | 2495 GLboolean _returnValue; in android_glIsBuffer__I() local 2496 _returnValue = glIsBuffer( in android_glIsBuffer__I() 2499 return (jboolean)_returnValue; in android_glIsBuffer__I() 2506 GLboolean _returnValue; in android_glIsEnabled__I() local 2507 _returnValue = glIsEnabled( in android_glIsEnabled__I() 2510 return (jboolean)_returnValue; in android_glIsEnabled__I() 2517 GLboolean _returnValue; in android_glIsTexture__I() local 2518 _returnValue = glIsTexture( in android_glIsTexture__I() 2521 return (jboolean)_returnValue; in android_glIsTexture__I()
|
D | android_opengl_GLES32.cpp | 819 GLboolean _returnValue; in android_glIsEnabledi__II() local 820 _returnValue = glIsEnabledi( in android_glIsEnabledi__II() 824 return (jboolean)_returnValue; in android_glIsEnabledi__II() 1004 GLenum _returnValue; in android_glGetGraphicsResetStatus__() local 1005 _returnValue = glGetGraphicsResetStatus(); in android_glGetGraphicsResetStatus__() 1006 return (jint)_returnValue; in android_glGetGraphicsResetStatus__()
|
D | android_opengl_GLES11Ext.cpp | 2501 GLboolean _returnValue; in android_glIsRenderbufferOES__I() local 2502 _returnValue = glIsRenderbufferOES( in android_glIsRenderbufferOES__I() 2505 return (jboolean)_returnValue; in android_glIsRenderbufferOES__I() 2812 GLboolean _returnValue; in android_glIsFramebufferOES__I() local 2813 _returnValue = glIsFramebufferOES( in android_glIsFramebufferOES__I() 2816 return (jboolean)_returnValue; in android_glIsFramebufferOES__I() 3017 GLenum _returnValue; in android_glCheckFramebufferStatusOES__I() local 3018 _returnValue = glCheckFramebufferStatusOES( in android_glCheckFramebufferStatusOES__I() 3021 return (jint)_returnValue; in android_glCheckFramebufferStatusOES__I()
|
D | android_opengl_GLES31Ext.cpp | 816 GLboolean _returnValue; in android_glIsEnablediEXT__II() local 817 _returnValue = glIsEnablediEXT( in android_glIsEnablediEXT__II() 821 return (jboolean)_returnValue; in android_glIsEnablediEXT__II()
|
D | android_opengl_GLES10.cpp | 1352 GLenum _returnValue; in android_glGetError__() local 1353 _returnValue = glGetError(); in android_glGetError__() 1354 return (jint)_returnValue; in android_glGetError__()
|
/frameworks/native/opengl/tools/glgen/stubs/egl/ |
D | eglCreateSync.cpp | 8 EGLSync _returnValue = (EGLSync) 0; in android_eglCreateSync() local 31 _returnValue = eglCreateSync( in android_eglCreateSync() 46 return toEGLHandle(_env, eglsyncClass, eglsyncConstructor, _returnValue); in android_eglCreateSync() 56 EGLBoolean _returnValue = (EGLBoolean) 0; in android_eglGetSyncAttrib() local 79 _returnValue = eglGetSyncAttrib( in android_eglGetSyncAttrib() 86 if (value_base && _returnValue == EGL_TRUE) { in android_eglGetSyncAttrib() 99 return (jboolean)_returnValue; in android_eglGetSyncAttrib()
|
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 | eglCreateWindowSurface.cpp | 8 EGLSurface _returnValue = (EGLSurface) 0; in android_eglCreateWindowSurface() local 56 _returnValue = eglCreateWindowSurface( in android_eglCreateWindowSurface() 72 return toEGLHandle(_env, eglsurfaceClass, eglsurfaceConstructor, _returnValue); in android_eglCreateWindowSurface() 82 EGLSurface _returnValue = (EGLSurface) 0; in android_eglCreateWindowSurfaceTexture() local 139 _returnValue = eglCreateWindowSurface( in android_eglCreateWindowSurfaceTexture() 155 return toEGLHandle(_env, eglsurfaceClass, eglsurfaceConstructor, _returnValue); in android_eglCreateWindowSurfaceTexture()
|
D | eglGetPlatformDisplay.cpp | 8 EGLDisplay _returnValue = (EGLDisplay) 0; in android_eglGetPlatformDisplay() local 30 _returnValue = eglGetPlatformDisplay( in android_eglGetPlatformDisplay() 45 return toEGLHandle(_env, egldisplayClass, egldisplayConstructor, _returnValue); in android_eglGetPlatformDisplay()
|
D | eglCreateImage.cpp | 8 EGLImage _returnValue = (EGLImage) 0; in android_eglCreateImage() local 32 _returnValue = eglCreateImage( in android_eglCreateImage() 49 return toEGLHandle(_env, eglimageClass, eglimageConstructor, _returnValue); in android_eglCreateImage()
|
D | eglCreatePlatformWindowSurface.cpp | 10 EGLSurface _returnValue = (EGLSurface) 0; in android_eglCreatePlatformWindowSurface() local 47 _returnValue = eglCreatePlatformWindowSurface( in android_eglCreatePlatformWindowSurface() 66 return toEGLHandle(_env, eglsurfaceClass, eglsurfaceConstructor, _returnValue); in android_eglCreatePlatformWindowSurface()
|
D | eglCreatePbufferFromClientBuffer.cpp | 8 EGLSurface _returnValue = (EGLSurface) 0; in android_eglCreatePbufferFromClientBuffer() local 42 _returnValue = eglCreatePbufferFromClientBuffer( in android_eglCreatePbufferFromClientBuffer() 59 return toEGLHandle(_env, eglsurfaceClass, eglsurfaceConstructor, _returnValue); in android_eglCreatePbufferFromClientBuffer()
|
/frameworks/native/opengl/tools/glgen/stubs/gles11/ |
D | glCreateShaderProgramv.cpp | 11 GLuint _returnValue = 0; in android_glCreateShaderProgramv() local 49 _returnValue = glCreateShaderProgramv((GLenum)type, _count, _strings); in android_glCreateShaderProgramv() 67 return (jint)_returnValue; in android_glCreateShaderProgramv()
|
/frameworks/rs/ |
D | rsHidlAdaptation.cpp | 282 uint64_t _returnValue = (uint64_t)(uintptr_t)returnValue; in ClosureCreate() local 307 uint64_t closure = GetIContextHandle(context)->closureCreate(_kernelID, _returnValue, in ClosureCreate()
|