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

1 2 3 4 5 67 8 9

  /packages/apps/Gallery2/src/com/android/photos/views/
TiledImageView.java 34 import javax.microedition.khronos.egl.EGLConfig;
188 public void onSurfaceCreated(GL10 gl, EGLConfig config) {
  /packages/experimental/CameraPreviewTest/src/com/example/android/videochatcameratest/
SurfaceTextureView.java 19 import javax.microedition.khronos.egl.EGLConfig;
175 public void onSurfaceCreated(GL10 gl, EGLConfig config) {
  /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/webkit/Source/ThirdParty/ANGLE/src/libEGL/
Display.cpp 295 bool Display::getConfigs(EGLConfig *configs, const EGLint *attribList, EGLint configSize, EGLint *numConfig)
300 bool Display::getConfigAttrib(EGLConfig config, EGLint attribute, EGLint *value)
396 Surface *Display::createWindowSurface(HWND window, EGLConfig config)
406 EGLContext Display::createContext(EGLConfig configHandle, const gl::Context *shareContext)
462 bool Display::isValidConfig(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->GetIntField(o, gConfig_EGLConfigFieldID);
204 EGLConfig nativeConfigs[config_size];
232 EGLConfig cnf = getConfig(_env, config);
248 EGLConfig cnf = getConfig(_env, config);
276 EGLConfig cnf = getConfig(_env, config);
398 EGLConfig nativeConfigs[config_size];
531 #define CONFIG "Ljavax/microedition/khronos/egl/EGLConfig;"
  /cts/tests/tests/nativeopengl/standalone/jni/tests/
GLTest_test.cpp 185 EGLConfig mGlConfig;
  /development/ndk/platforms/android-4/samples/san-angeles/jni/
app-linux.c 69 static EGLConfig sEglConfig;
  /external/quake/src/com/android/quake/
QuakeView.java 43 import javax.microedition.khronos.egl.EGLConfig;
294 public void onSurfaceCreated(GL10 gl, EGLConfig config) {
  /frameworks/base/services/java/com/android/server/power/
ElectronBeam.java 27 import android.opengl.EGLConfig;
88 private EGLConfig mEglConfig;
467 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;
56 fprintf(stderr, "couldn't find an EGLConfig matching the screen format\n");
  /frameworks/native/opengl/tests/textures/
textures.cpp 40 EGLConfig config;
53 fprintf(stderr, "couldn't find an EGLConfig matching the screen format\n");
  /frameworks/native/services/surfaceflinger/
DisplayDevice.h 79 EGLConfig config);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
AccelerometerTestRenderer.java 26 import javax.microedition.khronos.egl.EGLConfig;
285 public void onSurfaceCreated(GL10 gl, EGLConfig config) {
GyroscopeTestActivity.java 41 import javax.microedition.khronos.egl.EGLConfig;
231 public void onSurfaceCreated(GL10 gl, EGLConfig config) {
  /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) {
  /frameworks/native/opengl/libs/EGL/
eglApi.cpp 243 EGLConfig *configs,
268 EGLConfig *configs, EGLint config_size,
344 EGLBoolean eglGetConfigAttrib(EGLDisplay dpy, EGLConfig config,
361 EGLSurface eglCreateWindowSurface( EGLDisplay dpy, EGLConfig config,
413 EGLSurface eglCreatePixmapSurface( EGLDisplay dpy, EGLConfig config,
433 EGLSurface eglCreatePbufferSurface( EGLDisplay dpy, EGLConfig config,
513 EGLContext eglCreateContext(EGLDisplay dpy, EGLConfig config,
    [all...]
  /frameworks/native/opengl/tests/gl_yuvtex/
gl_yuvtex.cpp 173 void printEGLConfiguration(EGLDisplay dpy, EGLConfig config) {
226 EGLConfig myConfig = {0};
  /frameworks/wilhelm/tests/native-media/src/com/example/nativemedia/
MyGLSurfaceView.java 26 import javax.microedition.khronos.egl.EGLConfig;
146 public void onSurfaceCreated(GL10 glUnused, EGLConfig config) {
  /external/webkit/Source/WebCore/platform/graphics/android/rendering/
GLUtils.cpp 269 static EGLConfig defaultPbufferConfig(EGLDisplay display)
271 EGLConfig config;
288 static EGLSurface createPbufferSurface(EGLDisplay display, const EGLConfig& config,
  /frameworks/rs/driver/
rsdGL.cpp 88 static void printEGLConfiguration(EGLDisplay dpy, EGLConfig config) {
271 EGLConfig* const configs = new EGLConfig[numConfigs];
278 ALOGE("%p, couldn't find an EGLConfig matching the screen format\n", rsc);
  /cts/tests/src/android/opengl/cts/
CompressedTextureSurfaceView.java 27 import javax.microedition.khronos.egl.EGLConfig;
309 public void onSurfaceCreated(GL10 glUnused, EGLConfig config) {
  /cts/tests/tests/openglperf/src/android/openglperf/cts/
PlanetsRenderer.java 34 import javax.microedition.khronos.egl.EGLConfig;
133 public void onSurfaceCreated(GL10 glUnused, EGLConfig config) {

Completed in 660 milliseconds

1 2 3 4 5 67 8 9