HomeSort by relevance Sort by last modified time
    Searched refs:HandleType (Results 1 - 8 of 8) 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/webkit/Source/WebKit/android/nav/
SelectText.h 41 enum HandleType {
56 HandleType getHandleType(HandleId id) { return m_handleType[id]; }
57 void setHandleType(HandleId id, HandleType type) { m_handleType[id] = type; }
63 HandleType m_handleType[2];
  /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);
  /external/webkit/Source/WebKit/android/jni/
WebViewCore.h 723 SelectText::HandleId handleId, SelectText::HandleType handleType,
    [all...]
WebViewCore.cpp     [all...]

Completed in 2101 milliseconds