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

  /external/chromium_org/third_party/angle_dx11/samples/gles2_book/Common/Win32/
esUtil_win32.c 106 HINSTANCE hInstance = GetModuleHandle(NULL);
110 wndclass.hInstance = hInstance;
138 hInstance,
  /external/chromium_org/third_party/skia/src/gpu/gl/win/
SkNativeGLContext_win.cpp 51 HINSTANCE hInstance = (HINSTANCE)GetModuleHandle(NULL);
60 wc.hInstance = hInstance;
78 hInstance, NULL))) {
  /external/skia/src/gpu/gl/win/
SkNativeGLContext_win.cpp 51 HINSTANCE hInstance = (HINSTANCE)GetModuleHandle(NULL);
60 wc.hInstance = hInstance;
78 hInstance, NULL))) {
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/progs/d3d10app/
d3d10winmain.cpp 62 HINSTANCE hInstance = GetModuleHandle(NULL);
71 wcex.hInstance = hInstance;
82 CW_USEDEFAULT, 0, CW_USEDEFAULT, 0, NULL, NULL, hInstance, NULL);
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/progs/d3d11app/
d3d11winmain.cpp 62 HINSTANCE hInstance = GetModuleHandle(NULL);
71 wcex.hInstance = hInstance;
82 CW_USEDEFAULT, 0, CW_USEDEFAULT, 0, NULL, NULL, hInstance, NULL);
  /external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d10app/
d3d10winmain.cpp 62 HINSTANCE hInstance = GetModuleHandle(NULL);
71 wcex.hInstance = hInstance;
82 CW_USEDEFAULT, 0, CW_USEDEFAULT, 0, NULL, NULL, hInstance, NULL);
  /external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11app/
d3d11winmain.cpp 62 HINSTANCE hInstance = GetModuleHandle(NULL);
71 wcex.hInstance = hInstance;
82 CW_USEDEFAULT, 0, CW_USEDEFAULT, 0, NULL, NULL, hInstance, NULL);
  /frameworks/av/media/libeffects/lvm/wrapper/Bundle/
EffectBundle.h 67 LVM_Handle_t hInstance; /* Instance handle */
  /external/libpng/contrib/visupng/
VisualPng.c 77 int WINAPI WinMain (HINSTANCE hInstance, HINSTANCE hPrevInstance,
90 wndclass.hInstance = hInstance;
91 wndclass.hIcon = LoadIcon (hInstance, szIconName) ;
127 NULL, NULL, hInstance, NULL);
132 hAccel = LoadAccelerators (hInstance, szProgName);
148 static HINSTANCE hInstance ;
    [all...]
  /frameworks/av/media/libeffects/lvm/wrapper/Reverb/
EffectReverb.cpp 136 LVREV_Handle_t hInstance;
222 pContext->hInstance = NULL;
470 LvmStatus = LVREV_Process(pContext->hInstance, /* Instance handle */
564 LvmStatus = LVREV_GetMemoryTable(pContext->hInstance,
655 LvmStatus = LVREV_GetControlParameters(pContext->hInstance,
663 LvmStatus = LVREV_SetControlParameters(pContext->hInstance, &ActiveParams);
715 if (pContext->hInstance != NULL){
804 pContext->hInstance = LVM_NULL;
807 LvmStatus = LVREV_GetInstanceHandle(&pContext->hInstance,
853 LvmStatus = LVREV_SetControlParameters(pContext->hInstance,
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 
  /prebuilts/tools/windows/swt/
swt.jar 
  /prebuilts/tools/windows-x86_64/swt/
swt.jar 

Completed in 367 milliseconds