HomeSort by relevance Sort by last modified time
    Searched refs:EGL_NONE (Results 51 - 75 of 117) sorted by null

1 23 4 5

  /device/generic/goldfish/opengl/tests/gles_android_wrapper/
egl.cpp 303 while(attrib_list[nAttribs] != EGL_NONE) nAttribs++;
337 for (int i = 0; attribs[i] != EGL_NONE; i++) {
470 while(attrib_list[nAttribs] != EGL_NONE) {
  /external/webkit/Source/WebCore/platform/graphics/android/rendering/
GLUtils.cpp 277 EGL_NONE
294 EGL_NONE
583 static const EGLint attr[] = { EGL_IMAGE_PRESERVED_KHR, EGL_TRUE, EGL_NONE };
  /frameworks/base/services/java/com/android/server/power/
ElectronBeam.java 464 EGL14.EGL_NONE
478 EGL14.EGL_NONE
540 EGL14.EGL_NONE
  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglWindowsApi.cpp 376 visualType = EGL_NONE;
377 EGLenum caveat = EGL_NONE;
392 transparentType = EGL_NONE;
EglImp.cpp 289 EGLenum transparent_type = EGL_NONE;
304 while(attrib_list[i] != EGL_NONE && !hasConfigId) {
354 if(attrib_list[i+1] != EGL_NONE && attrib_list[i+1] != EGL_SLOW_CONFIG && attrib_list[i+1] != EGL_NON_CONFORMANT_CONFIG) {
418 if(attrib_list[i+1] != EGL_NONE && attrib_list[i+1] != EGL_TRANSPARENT_RGB ) {
518 while(attrib_list[i] != EGL_NONE) {
614 while(attrib_list[i] != EGL_NONE) {
    [all...]
  /frameworks/base/core/jni/
android_opengl_EGL14.cpp 374 if (attrib_list[i] == EGL_NONE){
382 _exceptionMessage = "attrib_list must contain EGL_NONE!";
562 if (*((EGLint*)(attrib_list + i)) == EGL_NONE){
570 _exceptionMessage = "attrib_list must contain EGL_NONE!";
644 if (*((EGLint*)(attrib_list + i)) == EGL_NONE){
652 _exceptionMessage = "attrib_list must contain EGL_NONE!";
706 if (attrib_list[i] == EGL_NONE){
714 _exceptionMessage = "attrib_list must contain EGL_NONE!";
885 if (attrib_list[i] == EGL_NONE){
893 _exceptionMessage = "attrib_list must contain EGL_NONE!";
    [all...]
  /frameworks/av/libvideoeditor/lvpp/
NativeWindowRenderer.cpp 203 EGL_NONE
212 EGLint contextAttribs[] = { EGL_CONTEXT_CLIENT_VERSION, 2, EGL_NONE };
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
GLTextureViewActivity.java 405 int[] attrib_list = { EGL_CONTEXT_CLIENT_VERSION, 2, EGL10.EGL_NONE };
431 EGL10.EGL_NONE
  /frameworks/native/cmds/flatland/
GLHelper.cpp 62 EGL_NONE
73 EGL_NONE
  /frameworks/native/opengl/tests/gl2_copyTexImage/
gl2_copyTexImage.cpp 369 EGLint context_attribs[] = { EGL_CONTEXT_CLIENT_VERSION, 2, EGL_NONE };
377 EGL_NONE };
  /frameworks/native/opengl/tests/gl2_yuvtex/
gl2_yuvtex.cpp 338 EGLint context_attribs[] = { EGL_CONTEXT_CLIENT_VERSION, 2, EGL_NONE };
342 EGL_NONE };
  /frameworks/native/services/surfaceflinger/
SurfaceFlinger.cpp 270 if (attribute != EGL_NONE) {
301 // this places EGL_NONE at the end
304 if (lhs == EGL_NONE) lhs = 0x7FFFFFFF;
305 if (rhs == EGL_NONE) rhs = 0x7FFFFFFF;
318 if (attribute != EGL_NONE) {
326 mList.add(EGL_NONE, EGL_NONE);
329 if (attribute != EGL_NONE) {
358 err = selectConfigForAttribute(display, attribs, EGL_NONE, EGL_NONE, &config)
    [all...]
  /cts/tests/src/android/opengl/cts/
EglConfigGLSurfaceView.java 62 EGL10.EGL_NONE
  /development/ndk/platforms/android-4/samples/san-angeles/jni/
app-win32.c 97 EGL_NONE
  /development/ndk/platforms/android-9/samples/native-activity/jni/
main.c 76 EGL_NONE
  /external/webrtc/src/modules/audio_processing/test/android/apmtest/jni/
main.c 76 EGL_NONE
  /frameworks/base/opengl/java/android/opengl/
EGL14.java 78 public static final int EGL_NONE = 0x3038;
  /frameworks/native/libs/gui/tests/
SurfaceTextureClient_test.cpp 68 EGL_NONE };
100 EGL_NONE
157 EGL_NONE };
706 EGL_NONE
  /frameworks/native/opengl/tests/angeles/include/GLES/
egl.h 146 #define EGL_NONE 0x3038
  /frameworks/native/opengl/tests/finish/
finish.cpp 38 EGL_NONE
  /frameworks/native/opengl/tests/lighting1709/src/com/android/lightingtest/
ClearActivity.java 170 int[] configSpec = { EGL10.EGL_DEPTH_SIZE, 16, EGL10.EGL_NONE };
  /frameworks/native/opengl/tests/tritex/
tritex.cpp 128 EGL_NONE
  /frameworks/rs/driver/
rsdGL.cpp 232 configAttribsPtr[0] = EGL_NONE;
242 EGLint context_attribs2[] = { EGL_CONTEXT_CLIENT_VERSION, 2, EGL_NONE };
  /development/ndk/platforms/android-9/include/EGL/
egl.h 119 #define EGL_NONE 0x3038 /* Attrib list terminator */
  /external/webkit/Source/ThirdParty/ANGLE/include/EGL/
egl.h 119 #define EGL_NONE 0x3038 /* Attrib list terminator */

Completed in 568 milliseconds

1 23 4 5