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

  /external/chromium_org/content/common/
handle_enumerator_win.h 14 enum HandleType {
34 static HandleType StringToHandleType(const base::string16& type);
36 static base::string16 GetAccessString(HandleType handle_type,
  /external/chromium_org/third_party/skia/src/ports/
SkOSFile_win.cpp 53 template <typename HandleType, HandleType InvalidValue, BOOL (WINAPI * Close)(HandleType)>
56 SkAutoTHandle(HandleType handle) : fHandle(handle) { }
58 operator HandleType() { return fHandle; }
61 HandleType fHandle;
  /external/libnfc-nxp/Linux_x86/
phOsalNfc_Common.h 59 phOsalNfc_eHandleType_t HandleType;
  /external/skia/src/ports/
SkOSFile_win.cpp 53 template <typename HandleType, HandleType InvalidValue, BOOL (WINAPI * Close)(HandleType)>
56 SkAutoTHandle(HandleType handle) : fHandle(handle) { }
58 operator HandleType() { return fHandle; }
61 HandleType fHandle;
  /sdk/emulator/opengl/host/libs/libOpenglRender/
FrameBuffer.h 28 typedef uint32_t HandleType;
33 typedef std::map<HandleType, RenderContextPtr> RenderContextMap;
34 typedef std::map<HandleType, WindowSurfacePtr> WindowSurfaceMap;
35 typedef std::map<HandleType, ColorBufferRef> ColorBufferMap;
70 HandleType createRenderContext(int p_config, HandleType p_share, bool p_isGL2 = false);
71 HandleType createWindowSurface(int p_config, int p_width, int p_height);
72 HandleType createColorBuffer(int p_width, int p_height, GLenum p_internalFormat);
73 void DestroyRenderContext(HandleType p_context);
74 void DestroyWindowSurface(HandleType p_surface)
    [all...]

Completed in 738 milliseconds