OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:renderQuad
(Results
1 - 2
of
2
) sorted by null
/cts/tests/src/android/opengl/cts/
CompressedTextureSurfaceView.java
168
private void
renderQuad
(int textureID) {
250
renderQuad
(mTextureID);
260
renderQuad
(mColorTargetID);
/external/jmonkeyengine/engine/src/niftygui/com/jme3/niftygui/
RenderDeviceJme.java
329
public void
renderQuad
(int x, int y, int width, int height, Color color) {
341
// System.out.println("
renderQuad
(Solid)");
344
public void
renderQuad
(int x, int y, int width, int height,
368
// System.out.println("
renderQuad
(Grad)");
Completed in 1700 milliseconds