Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dandroid_opengl_EGL14.cpp141 EGLint _returnValue = (EGLint) 0; in android_eglGetError() local
142 _returnValue = eglGetError(); in android_eglGetError()
143 return (jint)_returnValue; in android_eglGetError()
150 EGLDisplay _returnValue = (EGLDisplay) 0; in android_eglGetDisplay() local
151 _returnValue = eglGetDisplay( in android_eglGetDisplay()
154 return toEGLHandle(_env, egldisplayClass, egldisplayConstructor, _returnValue); in android_eglGetDisplay()
177 EGLBoolean _returnValue = (EGLBoolean) 0; in android_eglInitialize() local
224 _returnValue = eglInitialize( in android_eglInitialize()
242 return (jboolean)_returnValue; in android_eglInitialize()
249 EGLBoolean _returnValue = (EGLBoolean) 0; in android_eglTerminate() local
[all …]
Dandroid_opengl_EGLExt.cpp137 EGLBoolean _returnValue = (EGLBoolean) 0; in android_eglPresentationTimeANDROID() local
141 _returnValue = eglPresentationTimeANDROID( in android_eglPresentationTimeANDROID()
146 return (jboolean)_returnValue; in android_eglPresentationTimeANDROID()
Dandroid_opengl_GLES10Ext.cpp464 GLbitfield _returnValue = -1; in android_glQueryMatrixxOES___3II_3II() local
518 _returnValue = glQueryMatrixxOES( in android_glQueryMatrixxOES___3II_3II()
535 return (jint)_returnValue; in android_glQueryMatrixxOES___3II_3II()
549 GLbitfield _returnValue = -1; in android_glQueryMatrixxOES__Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2() local
589 _returnValue = glQueryMatrixxOES( in android_glQueryMatrixxOES__Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2()
604 return (jint)_returnValue; in android_glQueryMatrixxOES__Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2()
Dandroid_opengl_GLES20.cpp692 GLenum _returnValue; in android_glCheckFramebufferStatus__I() local
693 _returnValue = glCheckFramebufferStatus( in android_glCheckFramebufferStatus__I()
696 return (jint)_returnValue; in android_glCheckFramebufferStatus__I()
882 GLuint _returnValue; in android_glCreateProgram__() local
883 _returnValue = glCreateProgram(); in android_glCreateProgram__()
884 return (jint)_returnValue; in android_glCreateProgram__()
891 GLuint _returnValue; in android_glCreateShader__I() local
892 _returnValue = glCreateShader( in android_glCreateShader__I()
895 return (jint)_returnValue; in android_glCreateShader__I()
2664 GLint _returnValue = 0; in android_glGetAttribLocation__ILjava_lang_String_2() local
[all …]
Dandroid_opengl_GLES30.cpp950 GLboolean _returnValue; in android_glIsQuery__I() local
951 _returnValue = glIsQuery( in android_glIsQuery__I()
954 return (jboolean)_returnValue; in android_glIsQuery__I()
1144 GLboolean _returnValue; in android_glUnmapBuffer__I() local
1145 _returnValue = glUnmapBuffer( in android_glUnmapBuffer__I()
1148 return (jboolean)_returnValue; in android_glUnmapBuffer__I()
1987 GLboolean _returnValue; in android_glIsVertexArray__I() local
1988 _returnValue = glIsVertexArray( in android_glIsVertexArray__I()
1991 return (jboolean)_returnValue; in android_glIsVertexArray__I()
2992 GLint _returnValue = 0; in android_glGetFragDataLocation__ILjava_lang_String_2() local
[all …]
Dcom_google_android_gles_jni_GLImpl.cpp1251 GLenum _returnValue; in android_glGetError__() local
1252 _returnValue = glGetError(); in android_glGetError__()
1253 return (jint)_returnValue; in android_glGetError__()
4172 GLbitfield _returnValue = -1; in android_glQueryMatrixxOES___3II_3II() local
4226 _returnValue = glQueryMatrixxOES( in android_glQueryMatrixxOES___3II_3II()
4243 return (jint)_returnValue; in android_glQueryMatrixxOES___3II_3II()
4257 GLbitfield _returnValue = -1; in android_glQueryMatrixxOES__Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2() local
4297 _returnValue = glQueryMatrixxOES( in android_glQueryMatrixxOES__Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2()
4312 return (jint)_returnValue; in android_glQueryMatrixxOES__Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2()
6455 GLboolean _returnValue; in android_glIsBuffer__I() local
[all …]
Dandroid_opengl_GLES31.cpp687 GLuint _returnValue = 0; in android_glGetProgramResourceIndex__IILjava_lang_String_2() local
698 _returnValue = glGetProgramResourceIndex( in android_glGetProgramResourceIndex__IILjava_lang_String_2()
712 return (jint)_returnValue; in android_glGetProgramResourceIndex__IILjava_lang_String_2()
898 GLint _returnValue = 0; in android_glGetProgramResourceLocation__IILjava_lang_String_2() local
909 _returnValue = glGetProgramResourceLocation( in android_glGetProgramResourceLocation__IILjava_lang_String_2()
923 return (jint)_returnValue; in android_glGetProgramResourceLocation__IILjava_lang_String_2()
957 GLuint _returnValue = 0; in android_glCreateShaderProgramv() local
995 _returnValue = glCreateShaderProgramv((GLenum)type, _count, _strings); in android_glCreateShaderProgramv()
1013 return (jint)_returnValue; in android_glCreateShaderProgramv()
1188 GLboolean _returnValue; in android_glIsProgramPipeline__I() local
[all …]
Dandroid_opengl_GLES11.cpp2529 GLboolean _returnValue; in android_glIsBuffer__I() local
2530 _returnValue = glIsBuffer( in android_glIsBuffer__I()
2533 return (jboolean)_returnValue; in android_glIsBuffer__I()
2540 GLboolean _returnValue; in android_glIsEnabled__I() local
2541 _returnValue = glIsEnabled( in android_glIsEnabled__I()
2544 return (jboolean)_returnValue; in android_glIsEnabled__I()
2551 GLboolean _returnValue; in android_glIsTexture__I() local
2552 _returnValue = glIsTexture( in android_glIsTexture__I()
2555 return (jboolean)_returnValue; in android_glIsTexture__I()
Dandroid_opengl_GLES32.cpp853 GLboolean _returnValue; in android_glIsEnabledi__II() local
854 _returnValue = glIsEnabledi( in android_glIsEnabledi__II()
858 return (jboolean)_returnValue; in android_glIsEnabledi__II()
1038 GLenum _returnValue; in android_glGetGraphicsResetStatus__() local
1039 _returnValue = glGetGraphicsResetStatus(); in android_glGetGraphicsResetStatus__()
1040 return (jint)_returnValue; in android_glGetGraphicsResetStatus__()
Dandroid_opengl_GLES11Ext.cpp2533 GLboolean _returnValue; in android_glIsRenderbufferOES__I() local
2534 _returnValue = glIsRenderbufferOES( in android_glIsRenderbufferOES__I()
2537 return (jboolean)_returnValue; in android_glIsRenderbufferOES__I()
2844 GLboolean _returnValue; in android_glIsFramebufferOES__I() local
2845 _returnValue = glIsFramebufferOES( in android_glIsFramebufferOES__I()
2848 return (jboolean)_returnValue; in android_glIsFramebufferOES__I()
3049 GLenum _returnValue; in android_glCheckFramebufferStatusOES__I() local
3050 _returnValue = glCheckFramebufferStatusOES( in android_glCheckFramebufferStatusOES__I()
3053 return (jint)_returnValue; in android_glCheckFramebufferStatusOES__I()
Dandroid_opengl_GLES31Ext.cpp850 GLboolean _returnValue; in android_glIsEnablediEXT__II() local
851 _returnValue = glIsEnablediEXT( in android_glIsEnablediEXT__II()
855 return (jboolean)_returnValue; in android_glIsEnablediEXT__II()
Dandroid_opengl_GLES10.cpp1386 GLenum _returnValue; in android_glGetError__() local
1387 _returnValue = glGetError(); in android_glGetError__()
1388 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()