HomeSort by relevance Sort by last modified time
    Searched refs:egl (Results 401 - 425 of 571) sorted by null

<<11121314151617181920>>

  /external/deqp/framework/platform/X11/
tcuX11EglPlatform.cpp 32 namespace egl namespace in namespace:tcu::x11
255 } // egl
  /external/deqp/modules/egl/
teglConfigList.cpp 2 * drawElements Quality Program EGL Module
21 * \brief EGL tests
36 namespace egl namespace in namespace:deqp
40 : TestCase(eglTestCtx, "configs", "Output the list of configs from EGL")
65 // \todo [kalle 10/08/2010] Get EGL version.
69 log.startEglConfigSet("EGL-configs", "List of all EGL configs");
72 // \todo [kalle 10/08/2010] Adapt for different EGL versions
184 } // egl
teglTestPackage.cpp 2 * drawElements Quality Program EGL Module
21 * \brief EGL Test Package
68 namespace egl namespace in namespace:deqp
75 : TestCaseGroup(eglTestCtx, "stress", "EGL stress tests")
89 : TestCaseGroup(eglTestCtx, "performance", "EGL performance tests")
104 : TestCaseGroup(eglTestCtx, "functional", "EGL functional tests")
158 m_eglTestCtx.getTestContext().setTestResult(QP_TEST_RESULT_FAIL, "Failed to initialize EGL for default display");
180 log << tcu::TestLog::Message << "Error in EGL deinit, test program will teminate." << tcu::TestLog::EndMessage;
207 tcu::print("ERROR: Platform doesn't support any EGL native display types!\n");
208 throw tcu::NotSupportedError("Platform doesn't have EGL any native display factories", DE_NULL, __FILE__, __LINE__)
    [all...]
teglResizeTests.cpp 2 * drawElements Quality Program EGL Module
54 namespace egl namespace in namespace:deqp
71 using tcu::egl::Display;
323 oss << "Size of EGL surface " << eglSize
404 "the EGL surface");
452 << "EGL surface size: " << bufSize << "\n"
453 << "EGL surface pixel density (pixels / 10 km): " << bufPp10km << "\n"
528 "EGL surface size update"));
537 } // egl
  /external/replicaisland/src/com/replica/replicaisland/
GameRenderer.java 23 import javax.microedition.khronos.egl.EGLConfig;
  /external/webrtc/src/modules/audio_processing/test/android/apmtest/jni/
main.c 22 #include <EGL/egl.h>
61 * Initialize an EGL context for the current display.
64 // initialize OpenGL ES and EGL
146 * Tear down the EGL context currently associated with the display.
  /frameworks/base/media/mca/filterfw/native/core/
shader_program.h 26 #include <EGL/egl.h>
  /frameworks/base/opengl/java/com/google/android/gles_jni/
EGLImpl.java 19 import javax.microedition.khronos.egl.*;
  /frameworks/base/services/core/jni/
com_android_server_AssetAtlasService.cpp 29 #include <EGL/egl.h>
30 #include <EGL/eglext.h>
106 ALOGW("Could not initialize EGL");
125 ALOGW("Could not select EGL configuration");
131 ALOGW("Could not find EGL configuration");
148 ALOGW("Could not create EGL context");
156 ALOGW("Could not create EGL surface");
161 ALOGW("Could not change current EGL context");
166 // The EGL image is later bound to a 2D textur
    [all...]
  /frameworks/native/libs/gui/
ConsumerBase.cpp 25 #include <EGL/egl.h>
26 #include <EGL/eglext.h>
  /frameworks/native/opengl/libs/EGL/
egl.cpp 24 #include <EGL/egl.h>
25 #include <EGL/eglext.h>
65 * 1. libs/EGL/trace.cpp: Traces all functions to systrace.
67 * - set system property "debug.egl.trace" to "systrace" to trace all apps.
68 * 2. libs/EGL/trace.cpp: Logs a stack trace for GL errors after each function call.
70 * - set system property "debug.egl.trace" to "error" to trace all apps.
71 * 3. libs/EGL/trace.cpp: Traces all functions to logcat.
73 * - set system property "debug.egl.trace" to 1 to trace all apps.
77 * - set system property "debug.egl.debug_proc" to the application name
    [all...]
  /frameworks/native/opengl/tests/filter/
filter.cpp 4 #include <EGL/egl.h>
  /frameworks/native/opengl/tests/finish/
finish.cpp 23 #include <EGL/egl.h>
  /frameworks/native/opengl/tests/tritex/
tritex.cpp 7 #include <EGL/egl.h>
99 printf("Initializing EGL...\n");
  /frameworks/native/opengl/tools/glgen/
gen 46 cp static/egl/*.java out/android/opengl/
83 echo "Generating static EGL bindings"
  /frameworks/native/services/surfaceflinger/
Layer.h 23 #include <EGL/egl.h>
24 #include <EGL/eglext.h>
  /frameworks/rs/java/tests/GenImages/src/com/android/rs/genimage/
GenImage.java 30 import javax.microedition.khronos.egl.EGLConfig;
  /hardware/libhardware/tests/hwc/
test-arrows.c 20 #include <EGL/egl.h>
util.c 21 #include <EGL/egl.h>
132 fprintf(stderr, "no EGL configurations available?!\n");
189 fprintf(stderr, "egl version: %d.%d\n", major, minor);
  /packages/experimental/CameraPreviewTest/src/com/example/android/videochatcameratest/
SurfaceTextureView.java 19 import javax.microedition.khronos.egl.EGLConfig;
  /sdk/apps/DeviceConfig/src/com/example/android/deviceconfig/
MyActivity.java 36 import javax.microedition.khronos.egl.EGLConfig;
  /developers/build/prebuilts/gradle/MediaEffects/MediaEffectsSample/src/main/java/com/example/android/mediaeffects/
MediaEffectsFragment.java 38 import javax.microedition.khronos.egl.EGLConfig;
  /developers/samples/android/media/MediaEffects/MediaEffectsSample/src/main/java/com/example/android/mediaeffects/
MediaEffectsFragment.java 38 import javax.microedition.khronos.egl.EGLConfig;
  /development/ndk/platforms/android-18/samples/MoreTeapots/jni/
MoreTeapotsNativeActivity.cpp 24 #include <EGL/egl.h>
143 * Initialize an EGL context for the current display.
155 // initialize OpenGL ES and EGL
207 * Tear down the EGL context currently associated with the display.
  /development/ndk/platforms/android-9/include/EGL/
eglext.h 31 #include <EGL/egl.h>
36 /* Current version at http://www.khronos.org/registry/egl/ */

Completed in 965 milliseconds

<<11121314151617181920>>