Home
last modified time | relevance | path

Searched defs:Surface (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/gpu/gles2_conform_support/egl/
Dsurface.cc9 Surface::Surface(EGLNativeWindowType win) : window_(win) { in Surface() function in egl::Surface
Ddisplay.h35 class Surface; variable
/external/chromium_org/third_party/angle/src/libGLESv2/
Dmain.h18 class Surface; variable
DTexture.h25 class Surface; variable
DContext.h41 class Surface; variable
/external/chromium_org/third_party/angle/src/libEGL/
DDisplay.h28 class Surface; variable
DSurface.cpp28 Surface::Surface(Display *display, const Config *config, HWND window, EGLint postSubBufferSupported… in Surface() function in egl::Surface
49 Surface::Surface(Display *display, const Config *config, HANDLE shareHandle, EGLint width, EGLint h… in Surface() function in egl::Surface
/external/jmonkeyengine/engine/src/core/com/jme3/scene/shape/
DSurface.java21 public class Surface extends Mesh { class
40 private Surface(List<List<Vector4f>> controlPoints, List<Float>[] nurbKnots, in Surface() method in Surface