OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mEGLWindowSurfaceFactory
(Results
1 - 3
of
3
) sorted by null
/external/replicaisland/src/com/replica/replicaisland/
GLSurfaceView.java
288
if (
mEGLWindowSurfaceFactory
== null) {
289
mEGLWindowSurfaceFactory
= new DefaultWindowSurfaceFactory();
321
mEGLWindowSurfaceFactory
= factory;
[
all
...]
/cts/tests/tests/openglperf/src/android/openglperf/cts/
GLSurfaceViewCustom.java
358
if (
mEGLWindowSurfaceFactory
== null) {
359
mEGLWindowSurfaceFactory
= new DefaultWindowSurfaceFactory();
392
mEGLWindowSurfaceFactory
= factory;
[
all
...]
/frameworks/base/opengl/java/android/opengl/
GLSurfaceView.java
354
if (
mEGLWindowSurfaceFactory
== null) {
355
mEGLWindowSurfaceFactory
= new DefaultWindowSurfaceFactory();
388
mEGLWindowSurfaceFactory
= factory;
[
all
...]
Completed in 29 milliseconds