HomeSort by relevance Sort by last modified time
    Searched refs:EGLConfig (Results 276 - 300 of 380) sorted by null

<<111213141516

  /sdk/apps/DeviceConfig/src/com/example/android/deviceconfig/
MyActivity.java 36 import javax.microedition.khronos.egl.EGLConfig;
177 public void onSurfaceCreated(GL10 gl, EGLConfig config) {
  /external/deqp/modules/egl/
teglNativeCoordMappingTests.cpp 66 EGLContext createGLES2Context (EGLDisplay display, EGLConfig config)
327 void executeForConfig (tcu::egl::Display& display, EGLConfig config);
345 void logConfigInfo (TestLog& log, EGLDisplay display, EGLConfig config, NativeCoordMappingCase::NativeType nativeType, int waitFrames)
359 bool testNativeWindow (TestLog& log, eglu::NativeDisplay& nativeDisplay, eglu::NativeWindow& nativeWindow, EGLDisplay display, EGLContext context, EGLConfig config, const glw::Functions& gl, bool renderColor, int waitFrames)
407 bool testNativePixmap (TestLog& log, eglu::NativeDisplay& nativeDisplay, eglu::NativePixmap& nativePixmap, int width, int height, EGLDisplay display, EGLContext context, EGLConfig config, const glw::Functions& gl, bool renderColor)
451 bool testNativePixmapCopy (TestLog& log, eglu::NativePixmap& nativePixmap, int width, int height, EGLDisplay display, EGLContext context, EGLConfig config, const glw::Functions& gl, bool renderColor)
521 void NativeCoordMappingCase::executeForConfig (tcu::egl::Display& display, EGLConfig config)
teglQuerySurfaceTests.cpp 300 void executeForConfig (tcu::egl::Display& display, EGLConfig config)
330 void executeForConfig (tcu::egl::Display& display, EGLConfig config)
360 void executeForConfig (tcu::egl::Display& display, EGLConfig config)
573 void executeForConfig (tcu::egl::Display& display, EGLConfig config)
600 void executeForConfig (tcu::egl::Display& display, EGLConfig config)
627 void executeForConfig (tcu::egl::Display& display, EGLConfig config)
677 std::vector<EGLConfig> eglConfigs;
teglRenderCase.cpp 133 void RenderCase::executeForConfig (tcu::egl::Display& defaultDisplay, EGLConfig config)
226 void SingleContextRenderCase::executeForSurface (tcu::egl::Display& display, tcu::egl::Surface& surface, EGLConfig config)
306 void MultiContextRenderCase::executeForSurface (tcu::egl::Display& display, tcu::egl::Surface& surface, EGLConfig config)
  /frameworks/base/core/jni/
com_google_android_gles_jni_EGLImpl.cpp 63 static inline EGLConfig getConfig(JNIEnv* env, jobject o) {
65 return (EGLConfig)env->GetLongField(o, gConfig_EGLConfigFieldID);
209 EGLConfig nativeConfigs[config_size];
237 EGLConfig cnf = getConfig(_env, config);
253 EGLConfig cnf = getConfig(_env, config);
280 EGLConfig cnf = getConfig(_env, config);
401 EGLConfig nativeConfigs[config_size];
534 #define CONFIG "Ljavax/microedition/khronos/egl/EGLConfig;"
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/src/org/webrtc/
MediaCodecVideoDecoder.java 37 import android.opengl.EGLConfig;
215 EGLConfig[] configs = new EGLConfig[1];
  /cts/tests/tests/nativeopengl/standalone/jni/tests/
EGLCleanup_test.cpp 257 EGLConfig eglConfig;
259 if (!eglChooseConfig(mEglDisplay, kConfigAttribs, &eglConfig,
265 mEglSurface = eglCreatePbufferSurface(mEglDisplay, eglConfig,
272 mEglContext = eglCreateContext(mEglDisplay, eglConfig, EGL_NO_CONTEXT,
GLTest_test.cpp 185 EGLConfig mGlConfig;
  /development/ndk/platforms/android-4/samples/san-angeles/jni/
app-linux.c 69 static EGLConfig sEglConfig;
  /external/chromium_org/third_party/angle/util/
EGLWindow.cpp 49 EGLConfig EGLWindow::getConfig() const
  /external/chromium_org/third_party/khronos/EGL/
eglext.h 42 #define EGL_CONFORMANT_KHR 0x3042 /* EGLConfig attribute */
53 #define EGL_MATCH_FORMAT_KHR 0x3043 /* EGLConfig attribute */
254 EGLAPI EGLSurface EGLAPIENTRY eglCreatePixmapSurfaceHI(EGLDisplay dpy, EGLConfig config, struct EGLClientPixmapHI* pixmap);
256 typedef EGLSurface (EGLAPIENTRYP PFNEGLCREATEPIXMAPSURFACEHIPROC) (EGLDisplay dpy, EGLConfig config, struct EGLClientPixmapHI* pixmap);
386 EGLAPI EGLSurface EGLAPIENTRY eglCreateStreamProducerSurfaceKHR(EGLDisplay dpy, EGLConfig config, EGLStreamKHR stream, const EGLint *attrib_list);
388 typedef EGLSurface (EGLAPIENTRYP PFNEGLCREATESTREAMPRODUCERSURFACEKHRPROC)(EGLDisplay dpy, EGLConfig config, EGLStreamKHR stream, const EGLint *attrib_list);
  /external/chromium_org/third_party/mesa/src/include/EGL/
eglext.h 42 #define EGL_CONFORMANT_KHR 0x3042 /* EGLConfig attribute */
53 #define EGL_MATCH_FORMAT_KHR 0x3043 /* EGLConfig attribute */
255 EGLAPI EGLSurface EGLAPIENTRY eglCreatePixmapSurfaceHI(EGLDisplay dpy, EGLConfig config, struct EGLClientPixmapHI* pixmap);
257 typedef EGLSurface (EGLAPIENTRYP PFNEGLCREATEPIXMAPSURFACEHIPROC) (EGLDisplay dpy, EGLConfig config, struct EGLClientPixmapHI* pixmap);
384 EGLAPI EGLSurface EGLAPIENTRY eglCreateStreamProducerSurfaceKHR(EGLDisplay dpy, EGLConfig config, EGLStreamKHR stream, const EGLint *attrib_list);
386 typedef EGLSurface (EGLAPIENTRYP PFNEGLCREATESTREAMPRODUCERSURFACEKHRPROC)(EGLDisplay dpy, EGLConfig config, EGLStreamKHR stream, const EGLint *attrib_list);
  /external/deqp/framework/egl/
egluConfigInfo.cpp 69 void queryConfigInfo (EGLDisplay display, EGLConfig config, ConfigInfo* dst)
  /external/mesa3d/include/EGL/
eglext.h 42 #define EGL_CONFORMANT_KHR 0x3042 /* EGLConfig attribute */
53 #define EGL_MATCH_FORMAT_KHR 0x3043 /* EGLConfig attribute */
255 EGLAPI EGLSurface EGLAPIENTRY eglCreatePixmapSurfaceHI(EGLDisplay dpy, EGLConfig config, struct EGLClientPixmapHI* pixmap);
257 typedef EGLSurface (EGLAPIENTRYP PFNEGLCREATEPIXMAPSURFACEHIPROC) (EGLDisplay dpy, EGLConfig config, struct EGLClientPixmapHI* pixmap);
384 EGLAPI EGLSurface EGLAPIENTRY eglCreateStreamProducerSurfaceKHR(EGLDisplay dpy, EGLConfig config, EGLStreamKHR stream, const EGLint *attrib_list);
386 typedef EGLSurface (EGLAPIENTRYP PFNEGLCREATESTREAMPRODUCERSURFACEKHRPROC)(EGLDisplay dpy, EGLConfig config, EGLStreamKHR stream, const EGLint *attrib_list);
  /frameworks/base/core/java/android/hardware/camera2/legacy/
SurfaceTextureRenderer.java 24 import android.opengl.EGLConfig;
68 private EGLConfig mConfigs;
431 EGLConfig[] configs = new EGLConfig[1];
  /frameworks/base/services/core/java/com/android/server/display/
ColorFade.java 34 import android.opengl.EGLConfig;
91 private EGLConfig mEglConfig;
526 EGLConfig[] eglConfigs = new EGLConfig[1];
  /frameworks/native/opengl/include/EGL/
eglext.h 42 #define EGL_CONFORMANT_KHR 0x3042 /* EGLConfig attribute */
53 #define EGL_MATCH_FORMAT_KHR 0x3043 /* EGLConfig attribute */
254 EGLAPI EGLSurface EGLAPIENTRY eglCreatePixmapSurfaceHI(EGLDisplay dpy, EGLConfig config, struct EGLClientPixmapHI* pixmap);
256 typedef EGLSurface (EGLAPIENTRYP PFNEGLCREATEPIXMAPSURFACEHIPROC) (EGLDisplay dpy, EGLConfig config, struct EGLClientPixmapHI* pixmap);
381 EGLAPI EGLSurface EGLAPIENTRY eglCreateStreamProducerSurfaceKHR(EGLDisplay dpy, EGLConfig config, EGLStreamKHR stream, const EGLint *attrib_list);
383 typedef EGLSurface (EGLAPIENTRYP PFNEGLCREATESTREAMPRODUCERSURFACEKHRPROC)(EGLDisplay dpy, EGLConfig config, EGLStreamKHR stream, const EGLint *attrib_list);
  /frameworks/native/opengl/tests/angeles/
app-linux.cpp 133 EGLConfig config;
146 fprintf(stderr, "couldn't find an EGLConfig matching the screen format\n");
  /frameworks/native/opengl/tests/fillrate/
fillrate.cpp 43 EGLConfig config;
57 fprintf(stderr, "couldn't find an EGLConfig matching the screen format\n");
  /frameworks/native/opengl/tests/textures/
textures.cpp 40 EGLConfig config;
54 fprintf(stderr, "couldn't find an EGLConfig matching the screen format\n");
  /developers/build/prebuilts/gradle/MediaEffects/Application/src/main/java/com/example/android/mediaeffects/
MediaEffectsFragment.java 38 import javax.microedition.khronos.egl.EGLConfig;
98 public void onSurfaceCreated(GL10 gl, EGLConfig eglConfig) {
  /developers/samples/android/media/MediaEffects/Application/src/main/java/com/example/android/mediaeffects/
MediaEffectsFragment.java 38 import javax.microedition.khronos.egl.EGLConfig;
98 public void onSurfaceCreated(GL10 gl, EGLConfig eglConfig) {
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
FrameBufferObjectActivity.java 19 import javax.microedition.khronos.egl.EGLConfig;
87 public void onSurfaceCreated(GL10 gl, EGLConfig config) {
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
SpriteTextRenderer.java 26 import javax.microedition.khronos.egl.EGLConfig;
53 public void onSurfaceCreated(GL10 gl, EGLConfig config) {
  /development/samples/browseable/MediaEffects/src/com.example.android.mediaeffects/
MediaEffectsFragment.java 38 import javax.microedition.khronos.egl.EGLConfig;
98 public void onSurfaceCreated(GL10 gl, EGLConfig eglConfig) {

Completed in 822 milliseconds

<<111213141516