HomeSort by relevance Sort by last modified time
    Searched defs:createOffscreenSurface (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/angle/src/libEGL/
Display.cpp 274 EGLSurface Display::createOffscreenSurface(EGLConfig config, HANDLE shareHandle, const EGLint *attribList)
  /cts/tests/tests/opengl/src/android/opengl/cts/
FramebufferTest.java 354 public EGLSurface createOffscreenSurface(int width, int height) {
506 public void createOffscreenSurface(int width, int height) {
510 mEGLSurface = mEglCore.createOffscreenSurface(width, height);
643 createOffscreenSurface(width, height);

Completed in 232 milliseconds