OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:JglfwDisplayMode
(Results
1 - 2
of
2
) sorted by null
/external/libgdx/backends/gdx-backend-jglfw/src/com/badlogic/gdx/backends/jglfw/
JglfwApplicationConfiguration.java
21
import com.badlogic.gdx.backends.jglfw.JglfwGraphics.
JglfwDisplayMode
;
86
modes.add(new
JglfwDisplayMode
(mode.getWidth(), mode.getHeight(), mode.getRefreshRate(), mode.getBitDepth()));
93
return new
JglfwDisplayMode
(mode.getWidth(), mode.getHeight(), mode.getRefreshRate(), mode.getBitDepth());
JglfwGraphics.java
312
modes.add(new
JglfwDisplayMode
(mode.width, mode.height, 0, mode.redBits + mode.greenBits + mode.blueBits));
318
return new
JglfwDisplayMode
(mode.width, mode.height, 0, mode.redBits + mode.greenBits + mode.blueBits);
478
static class
JglfwDisplayMode
extends DisplayMode {
479
protected
JglfwDisplayMode
(int width, int height, int refreshRate, int bitsPerPixel) {
Completed in 50 milliseconds