OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mEGLContextFactory
(Results
1 - 3
of
3
) sorted by null
/cts/tests/tests/openglperf/src/android/openglperf/cts/
GLSurfaceViewCustom.java
355
if (
mEGLContextFactory
== null) {
356
mEGLContextFactory
= new DefaultContextFactory();
378
mEGLContextFactory
= factory;
[
all
...]
/external/replicaisland/src/com/replica/replicaisland/
GLSurfaceView.java
285
if (
mEGLContextFactory
== null) {
286
mEGLContextFactory
= new DefaultContextFactory();
307
mEGLContextFactory
= factory;
[
all
...]
/frameworks/base/opengl/java/android/opengl/
GLSurfaceView.java
351
if (
mEGLContextFactory
== null) {
352
mEGLContextFactory
= new DefaultContextFactory();
374
mEGLContextFactory
= factory;
[
all
...]
Completed in 58 milliseconds