OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nativeId
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/src/org/webrtc/
MediaStreamTrack.java
44
return
nativeId
(nativeTrack);
71
private static native String
nativeId
(long nativeTrack);
/sdk/emulator/opengl/host/libs/Translator/EGL/
EglConfig.h
35
EGLint
nativeId
(){return m_native_config_id;};
EglWindowsApi.cpp
455
bool ret = SetPixelFormat(dc,cfg->
nativeId
(),&nativeConfig);
474
HDC dpy = getDummyDC(display,cfg->
nativeId
());
498
EGLNativePbufferType pb = s_wglExtProcs->wglCreatePbufferARB(dpy,cfg->
nativeId
(),width,height,pbAttribs);
519
HDC dpy = getDummyDC(display,cfg->
nativeId
());
521
if(!display->isPixelFormatSet(cfg->
nativeId
())){
523
if(!SetPixelFormat(dpy,cfg->
nativeId
(),&nativeConfig)){
526
display->pixelFormatWasSet(cfg->
nativeId
());
Completed in 144 milliseconds