HomeSort by relevance Sort by last modified time
    Searched refs:findConfigAttrib (Results 1 - 11 of 11) sorted by null

  /development/ndk/platforms/android-5/samples/hello-gl2/src/com/android/gl2jni/
GL2JNIView.java 187 int d = findConfigAttrib(egl, display, config,
189 int s = findConfigAttrib(egl, display, config,
197 int r = findConfigAttrib(egl, display, config,
199 int g = findConfigAttrib(egl, display, config,
201 int b = findConfigAttrib(egl, display, config,
203 int a = findConfigAttrib(egl, display, config,
212 private int findConfigAttrib(EGL10 egl, EGLDisplay display,
  /frameworks/native/opengl/tests/gl2_jni/src/com/android/gl2jni/
GL2JNIView.java 142 int d = findConfigAttrib(egl, display, config,
144 int s = findConfigAttrib(egl, display, config,
147 int r = findConfigAttrib(egl, display, config,
149 int g = findConfigAttrib(egl, display, config,
151 int b = findConfigAttrib(egl, display, config,
153 int a = findConfigAttrib(egl, display, config,
168 private int findConfigAttrib(EGL10 egl, EGLDisplay display,
  /frameworks/native/opengl/tests/gl_perfapp/src/com/android/glperf/
GLPerfView.java 142 int d = findConfigAttrib(egl, display, config,
144 int s = findConfigAttrib(egl, display, config,
147 int r = findConfigAttrib(egl, display, config,
149 int g = findConfigAttrib(egl, display, config,
151 int b = findConfigAttrib(egl, display, config,
153 int a = findConfigAttrib(egl, display, config,
168 private int findConfigAttrib(EGL10 egl, EGLDisplay display,
  /frameworks/native/opengl/tests/gldual/src/com/android/gldual/
GLDualGL2View.java 145 int d = findConfigAttrib(egl, display, config,
147 int s = findConfigAttrib(egl, display, config,
150 int r = findConfigAttrib(egl, display, config,
152 int g = findConfigAttrib(egl, display, config,
154 int b = findConfigAttrib(egl, display, config,
156 int a = findConfigAttrib(egl, display, config,
171 private int findConfigAttrib(EGL10 egl, EGLDisplay display,
  /external/chromium_org/third_party/skia/platform_tools/android/app/src/com/skia/
SkiaSampleView.java 284 if (findConfigAttrib(egl, display, config , EGL10.EGL_RED_SIZE, 0) == 8 &&
285 findConfigAttrib(egl, display, config, EGL10.EGL_BLUE_SIZE, 0) == 8 &&
286 findConfigAttrib(egl, display, config, EGL10.EGL_GREEN_SIZE, 0) == 8 &&
287 findConfigAttrib(egl, display, config, EGL10.EGL_ALPHA_SIZE, 0) == 8 &&
288 findConfigAttrib(egl, display, config, EGL10.EGL_STENCIL_SIZE, 0) == 8) {
296 private int findConfigAttrib(EGL10 egl, EGLDisplay display,
  /external/skia/platform_tools/android/app/src/com/skia/
SkiaSampleView.java 284 if (findConfigAttrib(egl, display, config , EGL10.EGL_RED_SIZE, 0) == 8 &&
285 findConfigAttrib(egl, display, config, EGL10.EGL_BLUE_SIZE, 0) == 8 &&
286 findConfigAttrib(egl, display, config, EGL10.EGL_GREEN_SIZE, 0) == 8 &&
287 findConfigAttrib(egl, display, config, EGL10.EGL_ALPHA_SIZE, 0) == 8 &&
288 findConfigAttrib(egl, display, config, EGL10.EGL_STENCIL_SIZE, 0) == 8) {
296 private int findConfigAttrib(EGL10 egl, EGLDisplay display,
  /external/chromium_org/third_party/webrtc/modules/video_render/android/java/src/org/webrtc/videoengine/
ViEAndroidGLES20.java 159 int d = findConfigAttrib(egl, display, config,
161 int s = findConfigAttrib(egl, display, config,
169 int r = findConfigAttrib(egl, display, config,
171 int g = findConfigAttrib(egl, display, config,
173 int b = findConfigAttrib(egl, display, config,
175 int a = findConfigAttrib(egl, display, config,
184 private int findConfigAttrib(EGL10 egl, EGLDisplay display,
  /packages/apps/LegacyCamera/src/com/android/camera/panorama/
MosaicRendererSurfaceView.java 178 int d = findConfigAttrib(egl, display, config,
180 int s = findConfigAttrib(egl, display, config,
188 int r = findConfigAttrib(egl, display, config,
190 int g = findConfigAttrib(egl, display, config,
192 int b = findConfigAttrib(egl, display, config,
194 int a = findConfigAttrib(egl, display, config,
203 private int findConfigAttrib(EGL10 egl, EGLDisplay display,
  /cts/tests/tests/openglperf/src/android/openglperf/cts/
GLSurfaceViewCustom.java     [all...]
  /external/replicaisland/src/com/replica/replicaisland/
GLSurfaceView.java     [all...]
  /frameworks/base/opengl/java/android/opengl/
GLSurfaceView.java     [all...]

Completed in 702 milliseconds