OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:readSurface
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/angle/src/libEGL/
main.cpp
32
current->
readSurface
= EGL_NO_SURFACE;
175
current->
readSurface
= surface;
182
return current->
readSurface
;
main.h
23
EGLSurface
readSurface
;
/cts/tests/tests/opengl/src/android/opengl/cts/
FramebufferTest.java
385
public void makeCurrent(EGLSurface drawSurface, EGLSurface
readSurface
) {
390
if (!EGL14.eglMakeCurrent(mEGLDisplay, drawSurface,
readSurface
, mEGLContext)) {
549
public void makeCurrentReadFrom(EglSurfaceBase
readSurface
) {
550
mEglCore.makeCurrent(mEGLSurface,
readSurface
.mEGLSurface);
/external/deqp/modules/egl/
teglResizeTests.cpp
289
Surface
readSurface
(const glw::Functions& gl, IVec2 size)
386
const Surface oldSurface =
readSurface
(m_gl, oldEglSize);
394
const Surface newSurface =
readSurface
(m_gl, newEglSize);
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d9/
Renderer9.cpp
[
all
...]
Completed in 218 milliseconds