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

  /external/skia/tests/
SurfaceTest.cpp 20 enum SurfaceType {
26 static SkSurface* createSurface(SurfaceType surfaceType, GrContext* context) {
34 switch (surfaceType) {
51 static void TestSurfaceCopyOnWrite(skiatest::Reporter* reporter, SurfaceType surfaceType,
54 SkSurface* surface = createSurface(surfaceType, context);
137 SurfaceType surfaceType,
142 SkAutoTUnref<SkSurface> surface(createSurface(surfaceType, context))
    [all...]
  /external/chromium_org/third_party/mesa/src/src/egl/main/
eglconfig.h 65 EGLint SurfaceType;
113 ATTRIB_MAP(EGL_SURFACE_TYPE, SurfaceType);
  /external/chromium_org/ui/gfx/
native_widget_types.h 271 enum SurfaceType {
285 GLSurfaceHandle(PluginWindowHandle handle_, SurfaceType transport_)
300 SurfaceType transport_type;
  /external/mesa3d/src/egl/main/
eglconfig.h 65 EGLint SurfaceType;
113 ATTRIB_MAP(EGL_SURFACE_TYPE, SurfaceType);
  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglX11Api.cpp 43 }SurfaceType;
44 SrfcInfo(GLXDrawable drawable,SurfaceType type):m_type(type),
48 SurfaceType m_type;
EglWindowsApi.cpp 102 }SurfaceType;
116 SurfaceType m_type;

Completed in 255 milliseconds