HomeSort by relevance Sort by last modified time
    Searched refs:ES_WINDOW_STENCIL (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/angle_dx11/samples/gles2_book/Common/
esUtil.c 166 // ES_WINDOW_STENCIL - specifies that a stencil buffer should be created
179 EGL_STENCIL_SIZE, (flags & ES_WINDOW_STENCIL) ? 8 : EGL_DONT_CARE,
esUtil.h 48 #define ES_WINDOW_STENCIL 4
133 /// ES_WINDOW_STENCIL - specifies that a stencil buffer should be created
  /external/chromium_org/third_party/angle_dx11/samples/gles2_book/Stencil_Test/
Stencil_Test.c 263 ES_WINDOW_RGB | ES_WINDOW_DEPTH | ES_WINDOW_STENCIL );

Completed in 379 milliseconds