OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetCoordinates
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/third_party/webrtc/modules/video_render/ios/
open_gles20.h
31
//
SetCoordinates
34
bool
SetCoordinates
(const float z_order,
video_render_ios_view.mm
158
return _gles_renderer20->
SetCoordinates
(zOrder, left, top, right, bottom);
open_gles20.mm
121
bool OpenGles20::
SetCoordinates
(const float z_order,
/external/chromium_org/third_party/webrtc/modules/video_render/android/
video_render_opengles20.h
29
int32_t
SetCoordinates
(int32_t zOrder, const float left, const float top,
video_render_android_native_opengl2.cc
376
if (_openGLRenderer.
SetCoordinates
(zOrder, left, top, right, bottom) != 0) {
video_render_opengles20.cc
173
//
SetCoordinates
176
int32_t VideoRenderOpenGles20::
SetCoordinates
(int32_t zOrder,
/external/chromium_org/third_party/webrtc/modules/video_render/android/java/src/org/webrtc/videoengine/
ViESurfaceRenderer.java
134
public void
SetCoordinates
(float left, float top,
136
Log.d(TAG, "
SetCoordinates
" + left + "," + top + ":" +
Completed in 2065 milliseconds