OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DefaultContextFactory
(Results
1 - 5
of
5
) sorted by null
/cts/tests/tests/openglperf/src/android/openglperf/cts/
GLSurfaceViewCustom.java
356
mEGLContextFactory = new
DefaultContextFactory
();
774
private class
DefaultContextFactory
implements EGLContextFactory {
788
Log.e("
DefaultContextFactory
", "display:" + display + " context: " + context);
790
Log.i("
DefaultContextFactory
", "tid=" + Thread.currentThread().getId());
[
all
...]
/external/libgdx/backends/gdx-backend-android/src/com/badlogic/gdx/backends/android/surfaceview/
GLSurfaceViewAPI18.java
365
mEGLContextFactory = new
DefaultContextFactory
();
777
private class
DefaultContextFactory
implements EGLContextFactory {
794
Log.e("
DefaultContextFactory
", "display:" + display + " context: " + context);
796
Log.i("
DefaultContextFactory
", "tid=" + Thread.currentThread().getId());
[
all
...]
/external/replicaisland/src/com/replica/replicaisland/
GLSurfaceView.java
286
mEGLContextFactory = new
DefaultContextFactory
();
705
private class
DefaultContextFactory
implements EGLContextFactory {
[
all
...]
/frameworks/base/opengl/java/android/opengl/
GLSurfaceView.java
353
mEGLContextFactory = new
DefaultContextFactory
();
778
private class
DefaultContextFactory
implements EGLContextFactory {
792
Log.e("
DefaultContextFactory
", "display:" + display + " context: " + context);
794
Log.i("
DefaultContextFactory
", "tid=" + Thread.currentThread().getId());
[
all
...]
/frameworks/base/
compiled-classes-phone
[
all
...]
Completed in 415 milliseconds