OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:postSubBuffer
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/angle/src/libEGL/
Surface.h
48
bool
postSubBuffer
(EGLint x, EGLint y, EGLint width, EGLint height);
Surface.cpp
348
bool Surface::
postSubBuffer
(EGLint x, EGLint y, EGLint width, EGLint height)
libEGL.cpp
1149
if (eglSurface->
postSubBuffer
(x, y, width, height))
Completed in 835 milliseconds