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

  /external/swiftshader/third_party/PowerVR_SDK/Examples/Beginner/01_HelloAPI/OGLES2/
OGLES2HelloAPI_Windows.cpp 28 #define WINDOW_CLASS _T("PVRShellClass")
172 sWC.lpszClassName = WINDOW_CLASS;
186 hWnd = CreateWindow( WINDOW_CLASS, _T("HelloAPI"), WS_VISIBLE | WS_SYSMENU,
  /external/swiftshader/third_party/PowerVR_SDK/Shell/OS/Windows/
PVRShellOS.cpp 42 #define WINDOW_CLASS _T("PVRShellClass")
214 m_hWnd = CreateWindow(WINDOW_CLASS, appName, WS_VISIBLE | WS_SYSMENU,CW_USEDEFAULT, CW_USEDEFAULT, m_pShell->m_pShellData->nShellDimX, m_pShell->m_pShellData->nShellDimY,
250 m_hWnd = CreateWindow(WINDOW_CLASS, appName, WS_VISIBLE|WS_CAPTION|WS_SYSMENU,
566 wc.lpszClassName = WINDOW_CLASS;
  /external/v8/src/inspector/build/closure-compiler/
closure-compiler.jar 

Completed in 57 milliseconds