Home
last modified time | relevance | path

Searched refs:_returnValue (Results 1 – 17 of 17) sorted by relevance

/frameworks/base/core/jni/
Dandroid_opengl_EGL14.cpp142 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
225 _returnValue = eglInitialize( in android_eglInitialize()
243 return (jboolean)_returnValue; in android_eglInitialize()
250 EGLBoolean _returnValue = (EGLBoolean) 0; in android_eglTerminate() local
[all …]
Dandroid_opengl_EGLExt.cpp138 EGLBoolean _returnValue = (EGLBoolean) 0; in android_eglPresentationTimeANDROID() local
142 _returnValue = eglPresentationTimeANDROID( in android_eglPresentationTimeANDROID()
147 return (jboolean)_returnValue; in android_eglPresentationTimeANDROID()
Dandroid_opengl_GLES10Ext.cpp465 GLbitfield _returnValue = -1; in android_glQueryMatrixxOES___3II_3II() local
519 _returnValue = glQueryMatrixxOES( in android_glQueryMatrixxOES___3II_3II()
536 return (jint)_returnValue; in android_glQueryMatrixxOES___3II_3II()
550 GLbitfield _returnValue = -1; in android_glQueryMatrixxOES__Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2() local
590 _returnValue = glQueryMatrixxOES( in android_glQueryMatrixxOES__Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2()
605 return (jint)_returnValue; in android_glQueryMatrixxOES__Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2()
Dandroid_opengl_GLES20.cpp693 GLenum _returnValue; in android_glCheckFramebufferStatus__I() local
694 _returnValue = glCheckFramebufferStatus( in android_glCheckFramebufferStatus__I()
697 return (jint)_returnValue; in android_glCheckFramebufferStatus__I()
883 GLuint _returnValue; in android_glCreateProgram__() local
884 _returnValue = glCreateProgram(); in android_glCreateProgram__()
885 return (jint)_returnValue; in android_glCreateProgram__()
892 GLuint _returnValue; in android_glCreateShader__I() local
893 _returnValue = glCreateShader( in android_glCreateShader__I()
896 return (jint)_returnValue; in android_glCreateShader__I()
2665 GLint _returnValue = 0; in android_glGetAttribLocation__ILjava_lang_String_2() local
[all …]
Dandroid_opengl_GLES30.cpp951 GLboolean _returnValue; in android_glIsQuery__I() local
952 _returnValue = glIsQuery( in android_glIsQuery__I()
955 return (jboolean)_returnValue; in android_glIsQuery__I()
1145 GLboolean _returnValue; in android_glUnmapBuffer__I() local
1146 _returnValue = glUnmapBuffer( in android_glUnmapBuffer__I()
1149 return (jboolean)_returnValue; in android_glUnmapBuffer__I()
1988 GLboolean _returnValue; in android_glIsVertexArray__I() local
1989 _returnValue = glIsVertexArray( in android_glIsVertexArray__I()
1992 return (jboolean)_returnValue; in android_glIsVertexArray__I()
2993 GLint _returnValue = 0; in android_glGetFragDataLocation__ILjava_lang_String_2() local
[all …]
Dcom_google_android_gles_jni_GLImpl.cpp1252 GLenum _returnValue; in android_glGetError__() local
1253 _returnValue = glGetError(); in android_glGetError__()
1254 return (jint)_returnValue; in android_glGetError__()
4173 GLbitfield _returnValue = -1; in android_glQueryMatrixxOES___3II_3II() local
4227 _returnValue = glQueryMatrixxOES( in android_glQueryMatrixxOES___3II_3II()
4244 return (jint)_returnValue; in android_glQueryMatrixxOES___3II_3II()
4258 GLbitfield _returnValue = -1; in android_glQueryMatrixxOES__Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2() local
4298 _returnValue = glQueryMatrixxOES( in android_glQueryMatrixxOES__Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2()
4313 return (jint)_returnValue; in android_glQueryMatrixxOES__Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2()
6456 GLboolean _returnValue; in android_glIsBuffer__I() local
[all …]
Dandroid_opengl_GLES31.cpp688 GLuint _returnValue = 0; in android_glGetProgramResourceIndex__IILjava_lang_String_2() local
699 _returnValue = glGetProgramResourceIndex( in android_glGetProgramResourceIndex__IILjava_lang_String_2()
713 return (jint)_returnValue; in android_glGetProgramResourceIndex__IILjava_lang_String_2()
899 GLint _returnValue = 0; in android_glGetProgramResourceLocation__IILjava_lang_String_2() local
910 _returnValue = glGetProgramResourceLocation( in android_glGetProgramResourceLocation__IILjava_lang_String_2()
924 return (jint)_returnValue; in android_glGetProgramResourceLocation__IILjava_lang_String_2()
958 GLuint _returnValue = 0; in android_glCreateShaderProgramv() local
996 _returnValue = glCreateShaderProgramv((GLenum)type, _count, _strings); in android_glCreateShaderProgramv()
1014 return (jint)_returnValue; in android_glCreateShaderProgramv()
1189 GLboolean _returnValue; in android_glIsProgramPipeline__I() local
[all …]
Dandroid_opengl_GLES11.cpp2530 GLboolean _returnValue; in android_glIsBuffer__I() local
2531 _returnValue = glIsBuffer( in android_glIsBuffer__I()
2534 return (jboolean)_returnValue; in android_glIsBuffer__I()
2541 GLboolean _returnValue; in android_glIsEnabled__I() local
2542 _returnValue = glIsEnabled( in android_glIsEnabled__I()
2545 return (jboolean)_returnValue; in android_glIsEnabled__I()
2552 GLboolean _returnValue; in android_glIsTexture__I() local
2553 _returnValue = glIsTexture( in android_glIsTexture__I()
2556 return (jboolean)_returnValue; in android_glIsTexture__I()
Dandroid_opengl_GLES32.cpp854 GLboolean _returnValue; in android_glIsEnabledi__II() local
855 _returnValue = glIsEnabledi( in android_glIsEnabledi__II()
859 return (jboolean)_returnValue; in android_glIsEnabledi__II()
1039 GLenum _returnValue; in android_glGetGraphicsResetStatus__() local
1040 _returnValue = glGetGraphicsResetStatus(); in android_glGetGraphicsResetStatus__()
1041 return (jint)_returnValue; in android_glGetGraphicsResetStatus__()
Dandroid_opengl_GLES11Ext.cpp2534 GLboolean _returnValue; in android_glIsRenderbufferOES__I() local
2535 _returnValue = glIsRenderbufferOES( in android_glIsRenderbufferOES__I()
2538 return (jboolean)_returnValue; in android_glIsRenderbufferOES__I()
2845 GLboolean _returnValue; in android_glIsFramebufferOES__I() local
2846 _returnValue = glIsFramebufferOES( in android_glIsFramebufferOES__I()
2849 return (jboolean)_returnValue; in android_glIsFramebufferOES__I()
3050 GLenum _returnValue; in android_glCheckFramebufferStatusOES__I() local
3051 _returnValue = glCheckFramebufferStatusOES( in android_glCheckFramebufferStatusOES__I()
3054 return (jint)_returnValue; in android_glCheckFramebufferStatusOES__I()
Dandroid_opengl_GLES31Ext.cpp851 GLboolean _returnValue; in android_glIsEnablediEXT__II() local
852 _returnValue = glIsEnablediEXT( in android_glIsEnablediEXT__II()
856 return (jboolean)_returnValue; in android_glIsEnablediEXT__II()
Dandroid_opengl_GLES10.cpp1387 GLenum _returnValue; in android_glGetError__() local
1388 _returnValue = glGetError(); in android_glGetError__()
1389 return (jint)_returnValue; in android_glGetError__()
/frameworks/native/opengl/tools/glgen/stubs/egl/
DeglCreateWindowSurface.cpp8 EGLSurface _returnValue = (EGLSurface) 0; in android_eglCreateWindowSurface() local
56 _returnValue = eglCreateWindowSurface( in android_eglCreateWindowSurface()
71 return toEGLHandle(_env, eglsurfaceClass, eglsurfaceConstructor, _returnValue); in android_eglCreateWindowSurface()
81 EGLSurface _returnValue = (EGLSurface) 0; in android_eglCreateWindowSurfaceTexture() local
138 _returnValue = eglCreateWindowSurface( in android_eglCreateWindowSurfaceTexture()
153 return toEGLHandle(_env, eglsurfaceClass, eglsurfaceConstructor, _returnValue); in android_eglCreateWindowSurfaceTexture()
DeglGetDisplay.cpp5 EGLDisplay _returnValue = (EGLDisplay) 0; in android_eglGetDisplay() local
6 _returnValue = eglGetDisplay( in android_eglGetDisplay()
9 return toEGLHandle(_env, egldisplayClass, egldisplayConstructor, _returnValue); in android_eglGetDisplay()
DeglCreatePbufferFromClientBuffer.cpp8 EGLSurface _returnValue = (EGLSurface) 0; in android_eglCreatePbufferFromClientBuffer() local
42 _returnValue = eglCreatePbufferFromClientBuffer( in android_eglCreatePbufferFromClientBuffer()
58 return toEGLHandle(_env, eglsurfaceClass, eglsurfaceConstructor, _returnValue); in android_eglCreatePbufferFromClientBuffer()
/frameworks/native/opengl/tools/glgen/stubs/gles11/
DglCreateShaderProgramv.cpp11 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/
DrsHidlAdaptation.cpp282 uint64_t _returnValue = (uint64_t)(uintptr_t)returnValue; in ClosureCreate() local
307 uint64_t closure = GetIContextHandle(context)->closureCreate(_kernelID, _returnValue, in ClosureCreate()