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

  /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...]
FrameBuffer.cpp 27 HandleType FrameBuffer::s_nextHandle = 0;
471 HandleType FrameBuffer::genHandle()
473 HandleType id;
483 HandleType FrameBuffer::createColorBuffer(int p_width, int p_height,
487 HandleType ret = 0;
498 HandleType FrameBuffer::createRenderContext(int p_config, HandleType p_share,
502 HandleType ret = 0;
521 HandleType FrameBuffer::createWindowSurface(int p_config, int p_width, int p_height)
525 HandleType ret = 0
    [all...]
RenderControl.cpp 172 HandleType ret = fb->createRenderContext(config, share, glVersion == 2);
  /external/chromium_org/content/common/
handle_enumerator_win.h 14 enum HandleType {
34 static HandleType StringToHandleType(const string16& type);
36 static string16 GetAccessString(HandleType handle_type, ACCESS_MASK access);
handle_enumerator_win.cc 22 typedef std::map<const string16, HandleType> HandleTypeMap;
60 HandleType current_type = StringToHandleType(sys_handle->Type());
81 HandleType StringToHandleType(const string16& type) {
87 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/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/llvm/utils/KillTheDoctor/
KillTheDoctor.cpp 76 template <typename HandleType>
78 typedef typename HandleType::handle_type handle_type;
84 : Handle(HandleType::GetInvalidHandle()) {}
90 HandleType::Destruct(Handle);
95 if (!HandleType::isValid(Handle))
96 HandleType::Destruct(Handle);
102 return HandleType::isValid(Handle);

Completed in 547 milliseconds