HomeSort by relevance Sort by last modified time
    Searched refs:egl (Results 301 - 325 of 563) sorted by null

<<11121314151617181920>>

  /external/deqp/modules/egl/
teglTestPackage.cpp 2 * drawElements Quality Program EGL Module
21 * \brief EGL Test Package
67 namespace egl namespace in namespace:deqp
74 : TestCaseGroup(eglTestCtx, "stress", "EGL stress tests")
88 : TestCaseGroup(eglTestCtx, "performance", "EGL performance tests")
103 : TestCaseGroup(eglTestCtx, "functional", "EGL functional tests")
175 : tcu::TestPackage (testCtx, "dEQP-EGL", "dEQP EGL Tests")
220 } // egl
teglChooseConfigReference.cpp 2 * drawElements Quality Program EGL Module
40 namespace egl namespace in namespace:deqp
269 // \todo [2011-03-24 pyry] From EGL 1.4 spec - check that this is valid for other versions as well
484 void chooseConfigReference (const Library& egl, EGLDisplay display, std::vector<EGLConfig>& dst, const std::vector<std::pair<EGLenum, EGLint> >& attributes)
487 std::vector<EGLConfig> eglConfigs = eglu::getConfigs(egl, display);
495 eglu::queryCoreConfigInfo(egl, display, eglConfigs[ndx], &configInfos[ndx]);
496 eglu::queryExtConfigInfo(egl, display, eglConfigs[ndx], &configInfos[ndx]);
519 } // egl
  /external/mesa3d/
Android.mk 79 src/egl/main
83 src/egl/drivers/dri2 \
  /external/mesa3d/src/egl/main/
Android.mk 58 -D_EGL_DRIVER_SEARCH_DIR=\"/system/lib/egl\" \
151 LOCAL_MODULE_RELATIVE_PATH := egl
  /external/mesa3d/src/gallium/state_trackers/d3d1x/progs/
Makefile 7 ../../egl/libegl.a \
  /external/skia/platform_tools/android/apps/canvasproof/src/main/java/org/skia/canvasproof/
GaneshPictureRenderer.java 19 import javax.microedition.khronos.egl.EGLConfig;
  /frameworks/base/cmds/bootanimation/
BootAnimation.h 26 #include <EGL/egl.h>
  /frameworks/native/opengl/libs/EGL/
egl_object.cpp 24 #include <EGL/egl.h>
25 #include <EGL/eglext.h>
egl_tls.cpp 25 #include <EGL/egl.h>
79 property_get("debug.egl.callstack", value, "0");
117 // This must clear the error from all the underlying EGL implementations as
118 // well as the EGL wrapper layer.
  /frameworks/native/opengl/tests/gl_perf/
gl2_perf.cpp 23 #include <EGL/egl.h>
  /frameworks/native/opengl/tests/gldual/src/com/android/gldual/
TriangleRenderer.java 24 import javax.microedition.khronos.egl.EGLConfig;
  /frameworks/native/opengl/tests/lib/
glTestLib.cpp 24 #include <EGL/egl.h>
25 #include <EGL/eglext.h>
  /frameworks/native/opengl/tests/linetex/
linetex.cpp 22 #include <EGL/egl.h>
  /frameworks/native/opengl/tests/swapinterval/
swapinterval.cpp 21 #include <EGL/egl.h>
  /frameworks/native/services/surfaceflinger/RenderEngine/
RenderEngine.h 24 #include <EGL/egl.h>
25 #include <EGL/eglext.h>
  /hardware/libhardware/modules/hwcomposer/
hwcomposer.cpp 28 #include <EGL/egl.h>
  /development/samples/Compass/src/com/example/android/compass/
CompassActivity.java 23 import javax.microedition.khronos.egl.EGL10;
24 import javax.microedition.khronos.egl.EGLConfig;
  /external/deqp/framework/egl/
egluCallLogWrapper.cpp 2 * drawElements Quality Program EGL Utilities
21 * \brief EGL call wrapper for logging.
37 CallLogWrapper::CallLogWrapper (const eglw::Library& egl, TestLog& log)
38 : m_egl (egl)
  /external/mesa3d/src/egl/drivers/dri2/
Android.mk 41 $(MESA_TOP)/src/egl/main \
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
ImageWallpaper.java 21 import static javax.microedition.khronos.egl.EGL10.*;
51 import javax.microedition.khronos.egl.EGL10;
52 import javax.microedition.khronos.egl.EGLConfig;
53 import javax.microedition.khronos.egl.EGLContext;
54 import javax.microedition.khronos.egl.EGLDisplay;
55 import javax.microedition.khronos.egl.EGLSurface;
717 Log.w(GL_LOG_TAG, "EGL error = " + GLUtils.getEGLErrorString(error));
810 EGLContext createContext(EGL10 egl, EGLDisplay eglDisplay, EGLConfig eglConfig) {
812 return egl.eglCreateContext(eglDisplay, eglConfig, EGL_NO_CONTEXT, attrib_list);
    [all...]
  /frameworks/native/opengl/tests/lighting1709/src/com/android/lightingtest/
ClearActivity.java 23 import javax.microedition.khronos.egl.EGL10;
24 import javax.microedition.khronos.egl.EGLConfig;
  /frameworks/native/opengl/tests/testViewport/src/com/android/test/
TestView.java 46 import javax.microedition.khronos.egl.EGL10;
47 import javax.microedition.khronos.egl.EGLConfig;
  /external/libgdx/backends/gdx-backend-lwjgl3/libs/
lwjgl.jar 
  /cts/tests/openglperf2/jni/primitive/fullpipeline/
FullPipelineRenderer.cpp 14 #include <EGL/egl.h>
  /cts/tests/tests/view/src/android/view/cts/
DisplayRefreshRateTest.java 30 import javax.microedition.khronos.egl.EGLConfig;

Completed in 717 milliseconds

<<11121314151617181920>>