HomeSort by relevance Sort by last modified time
    Searched refs:readdraw (Results 1 - 25 of 70) sorted by null

1 2 3

  /frameworks/base/opengl/java/com/google/android/gles_jni/
EGLImpl.java 138 public synchronized EGLSurface eglGetCurrentSurface(int readdraw) {
139 long value = _eglGetCurrentSurface(readdraw);
156 private native long _eglGetCurrentSurface(int readdraw);
  /frameworks/native/opengl/tools/glgen/specs/egl/
EGL14.spec 27 EGLSurface eglGetCurrentSurface ( EGLint readdraw )
  /frameworks/base/opengl/java/android/opengl/
EGLLogWrapper.java 218 public EGLSurface eglGetCurrentSurface(int readdraw) {
220 arg("readdraw", readdraw);
223 EGLSurface result = mEgl10.eglGetCurrentSurface(readdraw);
EGL14.java 419 // C function EGLSurface eglGetCurrentSurface ( EGLint readdraw )
422 int readdraw
  /frameworks/base/libs/hwui/tests/
nullegl.cpp 139 EGLSurface eglGetCurrentSurface(EGLint readdraw) {
  /frameworks/base/opengl/java/javax/microedition/khronos/egl/
EGL10.java 109 EGLSurface eglGetCurrentSurface(int readdraw);
  /external/deqp/framework/egl/
egluCallLogWrapperApi.inl 28 eglw::EGLSurface eglGetCurrentSurface (eglw::EGLint readdraw);
egluCallLogWrapper.inl 236 eglw::EGLSurface CallLogWrapper::eglGetCurrentSurface (eglw::EGLint readdraw)
239 m_log << TestLog::Message << "eglGetCurrentSurface(" << getSurfaceTargetStr(readdraw) << ");" << TestLog::EndMessage;
240 eglw::EGLSurface returnValue = m_egl.getCurrentSurface(readdraw);
  /external/deqp/framework/egl/wrapper/
eglwFuncPtrLibraryDecl.inl 35 EGLSurface getCurrentSurface (EGLint readdraw) const;
eglwFuncPtrLibraryImpl.inl 152 EGLSurface FuncPtrLibrary::getCurrentSurface (EGLint readdraw) const
154 return m_egl.getCurrentSurface(readdraw);
eglwApi.inl 92 EGLSurface eglwGetCurrentSurface (EGLint readdraw);
eglwFunctionTypes.inl 35 typedef EGLW_APICALL EGLSurface (EGLW_APIENTRY* eglGetCurrentSurfaceFunc) (EGLint readdraw);
eglwLibrary.inl 35 virtual EGLSurface getCurrentSurface (EGLint readdraw) const = 0;
  /frameworks/base/core/jni/
com_google_android_gles_jni_EGLImpl.cpp 425 static jlong jni_eglGetCurrentSurface(JNIEnv *_env, jobject _this, jint readdraw) {
426 if ((readdraw != EGL_READ) && (readdraw != EGL_DRAW)) {
430 return reinterpret_cast<jlong>(eglGetCurrentSurface(readdraw));
  /frameworks/native/opengl/tests/angeles/include/GLES/
egl.h 216 GLAPI EGLSurface APIENTRY eglGetCurrentSurface (EGLint readdraw);
  /device/generic/goldfish/opengl/tests/gles_android_wrapper/
egl.cpp 560 EGLSurface eglGetCurrentSurface(EGLint readdraw)
562 return getDispatch()->eglGetCurrentSurface(readdraw);
  /development/ndk/platforms/android-9/include/EGL/
egl.h 305 EGLAPI EGLSurface EGLAPIENTRY eglGetCurrentSurface(EGLint readdraw);
  /external/mesa3d/include/EGL/
egl.h 305 EGLAPI EGLSurface EGLAPIENTRY eglGetCurrentSurface(EGLint readdraw);
  /frameworks/native/opengl/include/EGL/
egl.h 305 EGLAPI EGLSurface EGLAPIENTRY eglGetCurrentSurface(EGLint readdraw);
  /prebuilts/ndk/5/platforms/android-9/arch-arm/usr/include/EGL/
egl.h 305 EGLAPI EGLSurface EGLAPIENTRY eglGetCurrentSurface(EGLint readdraw);
  /prebuilts/ndk/6/platforms/android-9/arch-arm/usr/include/EGL/
egl.h 305 EGLAPI EGLSurface EGLAPIENTRY eglGetCurrentSurface(EGLint readdraw);
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/EGL/
egl.h 305 EGLAPI EGLSurface EGLAPIENTRY eglGetCurrentSurface(EGLint readdraw);
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/EGL/
egl.h 305 EGLAPI EGLSurface EGLAPIENTRY eglGetCurrentSurface(EGLint readdraw);
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/EGL/
egl.h 305 EGLAPI EGLSurface EGLAPIENTRY eglGetCurrentSurface(EGLint readdraw);
  /prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/EGL/
egl.h 305 EGLAPI EGLSurface EGLAPIENTRY eglGetCurrentSurface(EGLint readdraw);

Completed in 176 milliseconds

1 2 3