OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GLSurfaceView20API18
(Results
1 - 3
of
3
) sorted by null
/external/libgdx/backends/gdx-backend-android/src/com/badlogic/gdx/backends/android/
AndroidGraphicsLiveWallpaper.java
30
import com.badlogic.gdx.backends.android.surfaceview.
GLSurfaceView20API18
;
68
GLSurfaceView20API18
view = new
GLSurfaceView20API18
(application.getContext(), resolutionStrategy) {
AndroidGraphics.java
41
import com.badlogic.gdx.backends.android.surfaceview.
GLSurfaceView20API18
;
129
if ((sdkVersion >= 11 && view instanceof GLSurfaceView20) || view instanceof
GLSurfaceView20API18
) {
144
GLSurfaceView20API18
view = new
GLSurfaceView20API18
(application.getContext(), resolutionStrategy);
/external/libgdx/backends/gdx-backend-android/src/com/badlogic/gdx/backends/android/surfaceview/
GLSurfaceView20API18.java
44
public class
GLSurfaceView20API18
extends GLSurfaceViewAPI18 {
50
public
GLSurfaceView20API18
(Context context, ResolutionStrategy resolutionStrategy) {
56
public
GLSurfaceView20API18
(Context context, boolean translucent, int depth, int stencil, ResolutionStrategy resolutionStrategy) {
Completed in 615 milliseconds