HomeSort by relevance Sort by last modified time
    Searched refs:HandleType (Results 1 - 5 of 5) 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;
62 HandleType createRenderContext(int p_config, HandleType p_share, bool p_isGL2 = false);
63 HandleType createWindowSurface(int p_config, int p_width, int p_height);
64 HandleType createColorBuffer(int p_width, int p_height, GLenum p_internalFormat);
65 void DestroyRenderContext(HandleType p_context);
66 void DestroyWindowSurface(HandleType p_surface)
    [all...]
FrameBuffer.cpp 27 HandleType FrameBuffer::s_nextHandle = 0;
456 HandleType FrameBuffer::genHandle()
458 HandleType id;
468 HandleType FrameBuffer::createColorBuffer(int p_width, int p_height,
472 HandleType ret = 0;
483 HandleType FrameBuffer::createRenderContext(int p_config, HandleType p_share,
487 HandleType ret = 0;
506 HandleType FrameBuffer::createWindowSurface(int p_config, int p_width, int p_height)
510 HandleType ret = 0
    [all...]
RenderControl.cpp 172 HandleType ret = fb->createRenderContext(config, share, glVersion == 2);
  /external/libnfc-nxp/Linux_x86/
phOsalNfc_Common.h 59 phOsalNfc_eHandleType_t HandleType;
  /external/llvm/utils/KillTheDoctor/
KillTheDoctor.cpp 73 template <typename HandleType>
75 typedef typename HandleType::handle_type handle_type;
81 : Handle(HandleType::GetInvalidHandle()) {}
87 HandleType::Destruct(Handle);
92 if (!HandleType::isValid(Handle))
93 HandleType::Destruct(Handle);
99 return HandleType::isValid(Handle);

Completed in 59 milliseconds