/frameworks/native/opengl/tools/glgen/stubs/egl/ |
eglGetDisplay.cpp | 5 EGLDisplay _returnValue = (EGLDisplay) 0; 6 _returnValue = eglGetDisplay( 9 return toEGLHandle(_env, egldisplayClass, egldisplayConstructor, _returnValue);
|
eglCreateWindowSurface.cpp | 8 EGLSurface _returnValue = (EGLSurface) 0; 60 _returnValue = eglCreateWindowSurface( 75 return toEGLHandle(_env, eglsurfaceClass, eglsurfaceConstructor, _returnValue); 85 EGLSurface _returnValue = (EGLSurface) 0; 142 _returnValue = eglCreateWindowSurface( 157 return toEGLHandle(_env, eglsurfaceClass, eglsurfaceConstructor, _returnValue);
|
eglCreatePbufferFromClientBuffer.cpp | 8 EGLSurface _returnValue = (EGLSurface) 0; 46 _returnValue = eglCreatePbufferFromClientBuffer( 62 return toEGLHandle(_env, eglsurfaceClass, eglsurfaceConstructor, _returnValue);
|
/frameworks/base/core/jni/ |
android_opengl_EGL14.cpp | 138 EGLint _returnValue = (EGLint) 0; 139 _returnValue = eglGetError(); 140 return (jint)_returnValue; 147 EGLDisplay _returnValue = (EGLDisplay) 0; 148 _returnValue = eglGetDisplay( 151 return toEGLHandle(_env, egldisplayClass, egldisplayConstructor, _returnValue); 173 EGLBoolean _returnValue = (EGLBoolean) 0; 228 _returnValue = eglInitialize( 246 return (jboolean)_returnValue; 253 EGLBoolean _returnValue = (EGLBoolean) 0 [all...] |
android_opengl_EGLExt.cpp | 138 EGLBoolean _returnValue = (EGLBoolean) 0; 142 _returnValue = eglPresentationTimeANDROID( 147 return (jboolean)_returnValue;
|
android_opengl_GLES10Ext.cpp | 334 GLbitfield _returnValue = -1; 388 _returnValue = glQueryMatrixxOES( 405 return (jint)_returnValue; 419 GLbitfield _returnValue = -1; 447 _returnValue = glQueryMatrixxOES( 462 return (jint)_returnValue;
|
android_opengl_GLES20.cpp | 556 GLenum _returnValue; 557 _returnValue = glCheckFramebufferStatus( 560 return (jint)_returnValue; 718 GLuint _returnValue; 719 _returnValue = glCreateProgram(); 720 return (jint)_returnValue; 727 GLuint _returnValue; 728 _returnValue = glCreateShader( 731 return (jint)_returnValue; [all...] |
android_opengl_GLES30.cpp | 728 GLboolean _returnValue; 729 _returnValue = glIsQuery( 732 return (jboolean)_returnValue; 894 GLboolean _returnValue; 895 _returnValue = glUnmapBuffer( 898 return (jboolean)_returnValue; [all...] |
com_google_android_gles_jni_GLImpl.cpp | [all...] |
android_opengl_GLES11.cpp | [all...] |
android_opengl_GLES31Ext.cpp | 712 GLboolean _returnValue; 713 _returnValue = glIsEnablediEXT( 717 return (jboolean)_returnValue; [all...] |
android_opengl_GLES11Ext.cpp | [all...] |
android_opengl_GLES31.cpp | 529 GLuint _returnValue = 0; 540 _returnValue = glGetProgramResourceIndex( 554 return (jint)_returnValue; 722 GLint _returnValue = 0; 733 _returnValue = glGetProgramResourceLocation( 747 return (jint)_returnValue; 924 GLboolean _returnValue; 925 _returnValue = glIsProgramPipeline( 928 return (jboolean)_returnValue; [all...] |
android_opengl_GLES10.cpp | [all...] |
/frameworks/native/opengl/tools/glgen/src/ |
JniCodeEmitter.java | 162 jfunc.getType() + " _returnValue;"); 165 (isVoid ? "" : "_returnValue = ") + 658 out.println(indent + indent + "return _returnValue;"); 872 // Emit local variable declarations for _exception and _returnValue 879 // GLenum _returnValue; [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
time.h | 111 _CRTIMP errno_t __cdecl _get_tzname(size_t *_ReturnValue,char *_Buffer,size_t _SizeInBytes,int _Index);
|