OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setupGL
(Results
1 - 9
of
9
) sorted by null
/external/webrtc/talk/app/webrtc/objc/public/
RTCOpenGLVideoRenderer.h
53
// Draws |frame| onto the currently bound OpenGL framebuffer. |
setupGL
| must be
63
- (void)
setupGL
;
64
// Tears down the OpenGL state created by |
setupGL
|.
/external/webrtc/webrtc/api/objc/
RTCOpenGLVideoRenderer.h
40
// Draws |frame| onto the currently bound OpenGL framebuffer. |
setupGL
| must be
50
- (void)
setupGL
;
51
// Tears down the OpenGL state created by |
setupGL
|.
RTCEAGLVideoView.m
161
[self
setupGL
];
238
- (void)
setupGL
{
240
[_glRenderer
setupGL
];
252
[self
setupGL
];
RTCNSGLVideoView.m
76
[self.glRenderer
setupGL
];
RTCOpenGLVideoRenderer.mm
215
- (void)
setupGL
{
/external/webrtc/talk/app/webrtc/objc/
RTCEAGLVideoView.m
179
[self
setupGL
];
256
- (void)
setupGL
{
258
[_glRenderer
setupGL
];
270
[self
setupGL
];
RTCNSGLVideoView.m
93
[self.glRenderer
setupGL
];
RTCOpenGLVideoRenderer.mm
234
- (void)
setupGL
{
/external/libgdx/backends/gdx-backend-android/src/com/badlogic/gdx/backends/android/
AndroidGraphics.java
242
private void
setupGL
(javax.microedition.khronos.opengles.GL10 gl) {
287
setupGL
(gl);
Completed in 494 milliseconds