HomeSort by relevance Sort by last modified time
    Searched full:ddsd (Results 1 - 4 of 4) sorted by null

  /external/swiftshader/src/Main/
FrameBufferDD.cpp 99 DDSURFACEDESC ddsd = {0}; local
100 ddsd.dwSize = sizeof(ddsd);
101 ddsd.dwFlags = DDSD_CAPS;
102 ddsd.ddsCaps.dwCaps = DDSCAPS_PRIMARYSURFACE;
104 long result = directDraw->CreateSurface(&ddsd, &frontBuffer, 0);
105 directDraw->GetDisplayMode(&ddsd);
107 switch(ddsd.ddpfPixelFormat.dwRGBBitCount)
121 ddsd.dwFlags = DDSD_CAPS | DDSD_WIDTH | DDSD_HEIGHT;
122 ddsd.ddsCaps.dwCaps = DDSCAPS_OFFSCREENPLAIN
    [all...]
  /external/clang/include/clang/Basic/
arm_neon.td     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
arm_neon.td     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
arm_neon.td     [all...]

Completed in 343 milliseconds