HomeSort by relevance Sort by last modified time
    Searched refs:EGL_NONE (Results 151 - 175 of 239) sorted by null

1 2 3 4 5 67 8 910

  /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 125 EGL_NONE
  /external/mesa3d/src/egl/main/
eglapi.c 298 while (int_list[2*len] != EGL_NONE)
319 attrib_list[2*len] = EGL_NONE;
335 while (attr_list[size] != EGL_NONE)
338 size += 1; /* add space for EGL_NONE */
    [all...]
  /cts/tests/tests/nativehardware/jni/
AHardwareBufferGLTest.cpp 677 EGL_NONE
687 EGL_NONE
711 EGL_NONE
802 EGLint attrib_list[3] = { EGL_NONE, EGL_NONE, EGL_NONE };
    [all...]
  /device/generic/goldfish-opengl/system/egl/
egl.cpp 924 while (attrib_p[0] != EGL_NONE) {
928 attribs_size++; //for the terminating EGL_NONE
939 while (local_attrib_p[0] != EGL_NONE) {
1037 while (attrib_list[0] != EGL_NONE) {
    [all...]
  /external/deqp/modules/egl/
teglSyncTests.cpp 195 EGL_NONE
201 EGL_NONE
302 EGL_NONE
306 log << TestLog::Message << m_sync << " = eglCreateSyncKHR(" << m_eglDisplay << ", " << getSyncTypeName(m_syncType) << ", { EGL_NONE })" << TestLog::EndMessage;
360 m_sync = egl.createSyncKHR(m_eglDisplay, EGL_NONE, NULL);
361 log << TestLog::Message << m_sync << " = eglCreateSyncKHR(" << m_eglDisplay << ", EGL_NONE, NULL)" << TestLog::EndMessage;
395 EGL_NONE
399 log << TestLog::Message << m_sync << " = eglCreateSyncKHR(" << m_eglDisplay << ", " << getSyncTypeName(m_syncType) << ", { 2, 3, 4, 5, EGL_NONE })" << TestLog::EndMessage;
905 EGLBoolean result = egl.getSyncAttribKHR(m_eglDisplay, m_sync, EGL_NONE, &condition);
906 log << TestLog::Message << result << " = eglGetSyncAttribKHR(" << m_eglDisplay << ", " << m_sync << ", EGL_NONE, {" << condition << "})" << TestLog::EndMessage
    [all...]
teglPreservingSwapTests.cpp 307 EGL_NONE
343 EGL_NONE
teglQueryConfigTests.cpp 310 if (!(value == EGL_NONE || value == EGL_SLOW_CONFIG || value == EGL_NON_CONFORMANT_CONFIG))
321 if (!(value == EGL_NONE || value == EGL_TRANSPARENT_RGB))
teglCreateSurfaceTests.cpp 261 EGL_NONE
teglGLES2SharedRenderingPerfTests.cpp 450 EGL_NONE
468 EGL_NONE
601 EGL_NONE
854 EGL_NONE
    [all...]
  /device/generic/goldfish/camera/
EmulatedFakeRotatingCameraDevice.cpp 377 EGL_NONE
380 EGLint attribs[] = { EGL_WIDTH, width, EGL_HEIGHT, height, EGL_NONE };
  /external/autotest/client/deps/nvmap_compactor/src/
nvmap_carveout_compactor.c 670 EGL_NONE
675 EGL_NONE
  /external/swiftshader/src/OpenGL/libEGL/
Display.cpp 297 while(*attribList != EGL_NONE)
355 while(*attribList != EGL_NONE)
  /device/generic/goldfish-opengl/system/include/EGL/
egl.h 119 #define EGL_NONE 0x3038 /* Attrib list terminator */
  /external/swiftshader/third_party/PowerVR_SDK/Builds/Include/EGL/
egl.h 120 #define EGL_NONE 0x3038 /* Attrib list terminator */
  /frameworks/base/libs/hwui/
OpenGLReadback.cpp 76 EGLint attrs[] = {EGL_IMAGE_PRESERVED_KHR, EGL_TRUE, EGL_NONE};
  /frameworks/native/libs/gui/tests/
SurfaceTextureClient_test.cpp 80 EGL_NONE };
112 EGL_NONE
169 EGL_NONE };
749 EGL_NONE
  /frameworks/native/opengl/include/EGL/
egl.h 95 #define EGL_NONE 0x3038
  /cts/tests/tests/openglperf/src/android/openglperf/cts/
GLSurfaceViewCustom.java 779 EGL10.EGL_NONE };
    [all...]
  /external/replicaisland/src/com/replica/replicaisland/
GLSurfaceView.java 710 EGL10.EGL_NONE };
816 newConfigSpec[len+1] = EGL10.EGL_NONE;
831 EGL10.EGL_NONE});
    [all...]
  /frameworks/base/opengl/java/android/opengl/
GLSurfaceView.java 794 EGL10.EGL_NONE };
    [all...]
  /frameworks/native/opengl/libs/EGL/
eglApi.cpp 393 while (attrib != EGL_NONE) {
409 (!attribCaveat || attribCaveat[1] != EGL_NONE)) {
549 for (const EGLint* attr = attrib_list; attr && attr[0] != EGL_NONE; attr += 2) {
572 strippedAttribList->push_back(EGL_NONE);
    [all...]
  /cts/tests/tests/media/libmediandkjni/
native-media-jni.cpp     [all...]

Completed in 805 milliseconds

1 2 3 4 5 67 8 910