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

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mergemod.h 236 virtual HRESULT WINAPI get__NewEnum(IUnknown **NewEnum) = 0;
250 HRESULT (WINAPI *get__NewEnum)(IMsmStrings *This,IUnknown **NewEnum);
266 #define IMsmStrings_get__NewEnum(This,NewEnum) (This)->lpVtbl->get__NewEnum(This,NewEnum)
273 HRESULT WINAPI IMsmStrings_get__NewEnum_Proxy(IMsmStrings *This,IUnknown **NewEnum);
398 virtual HRESULT WINAPI get__NewEnum(IUnknown **NewEnum) = 0;
412 HRESULT (WINAPI *get__NewEnum)(IMsmErrors *This,IUnknown **NewEnum);
428 #define IMsmErrors_get__NewEnum(This,NewEnum) (This)->lpVtbl->get__NewEnum(This,NewEnum)
435 HRESULT WINAPI IMsmErrors_get__NewEnum_Proxy(IMsmErrors *This,IUnknown **NewEnum);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
light.c 456 GLenum newenum; local
492 newenum = GL_SINGLE_COLOR;
494 newenum = GL_SEPARATE_SPECULAR_COLOR;
500 if (ctx->Light.Model.ColorControl == newenum)
503 ctx->Light.Model.ColorControl = newenum;
    [all...]
  /external/mesa3d/src/mesa/main/
light.c 456 GLenum newenum; local
492 newenum = GL_SINGLE_COLOR;
494 newenum = GL_SEPARATE_SPECULAR_COLOR;
500 if (ctx->Light.Model.ColorControl == newenum)
503 ctx->Light.Model.ColorControl = newenum;
    [all...]

Completed in 2732 milliseconds