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

  /sdk/emulator/opengl/host/libs/libOpenglRender/
FrameBuffer.h 29 typedef uint32_t HandleType;
34 typedef std::map<HandleType, RenderContextPtr> RenderContextMap;
35 typedef std::map<HandleType, WindowSurfacePtr> WindowSurfaceMap;
36 typedef std::map<HandleType, ColorBufferRef> ColorBufferMap;
71 HandleType createRenderContext(int p_config, HandleType p_share, bool p_isGL2 = false);
72 HandleType createWindowSurface(int p_config, int p_width, int p_height);
73 HandleType createColorBuffer(int p_width, int p_height, GLenum p_internalFormat);
74 void DestroyRenderContext(HandleType p_context);
75 void DestroyWindowSurface(HandleType p_surface)
    [all...]
FrameBuffer.cpp 28 HandleType FrameBuffer::s_nextHandle = 0;
478 HandleType FrameBuffer::genHandle()
480 HandleType id;
490 HandleType FrameBuffer::createColorBuffer(int p_width, int p_height,
494 HandleType ret = 0;
505 HandleType FrameBuffer::createRenderContext(int p_config, HandleType p_share,
509 HandleType ret = 0;
528 HandleType FrameBuffer::createWindowSurface(int p_config, int p_width, int p_height)
532 HandleType ret = 0
    [all...]
RenderControl.cpp 172 HandleType ret = fb->createRenderContext(config, share, glVersion == 2);
  /external/chromium_org/mojo/public/cpp/system/
handle.h 36 // |ScopedHandleBase<HandleType>| is a templated scoped wrapper, for the handle
85 template <class HandleType>
91 explicit ScopedHandleBase(HandleType handle) : handle_(handle) {}
109 const HandleType& get() const { return handle_; }
112 static ScopedHandleBase<HandleType> From(
115 sizeof(static_cast<PassedHandleType*>(static_cast<HandleType*>(0))),
117 return ScopedHandleBase<HandleType>(
118 static_cast<HandleType>(other.release().value()));
125 HandleType release() MOJO_WARN_UNUSED_RESULT {
126 HandleType rv
    [all...]
  /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,
handle_enumerator_win.cc 24 typedef std::map<const base::string16, HandleType> HandleTypeMap;
62 HandleType current_type = StringToHandleType(sys_handle->Type());
83 HandleType StringToHandleType(const base::string16& type) {
89 base::string16 GetAccessString(HandleType handle_type,
  /external/chromium_org/third_party/android_crazy_linker/src/src/
crazy_linker_system.h 37 typedef void* HandleType;
40 typedef int HandleType;
50 HandleType Get() const { return fd_; }
63 HandleType fd_;
  /ndk/sources/android/crazy_linker/src/
crazy_linker_system.h 37 typedef void* HandleType;
40 typedef int HandleType;
50 HandleType Get() const { return fd_; }
63 HandleType fd_;
  /external/libnfc-nxp/Linux_x86/
phOsalNfc_Common.h 59 phOsalNfc_eHandleType_t HandleType;
  /external/llvm/utils/KillTheDoctor/
KillTheDoctor.cpp 77 template <typename HandleType>
79 typedef typename HandleType::handle_type handle_type;
85 : Handle(HandleType::GetInvalidHandle()) {}
91 HandleType::Destruct(Handle);
96 if (!HandleType::isValid(Handle))
97 HandleType::Destruct(Handle);
103 return HandleType::isValid(Handle);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ndr64types.h 60 NDR64_UINT32 HandleType : 3;
157 NDR64_FORMAT_CHAR HandleType;
164 NDR64_FORMAT_CHAR HandleType;
172 NDR64_FORMAT_CHAR HandleType;
sql.h 486 SQLRETURN SQL_API SQLAllocHandle(SQLSMALLINT HandleType,SQLHANDLE InputHandle,SQLHANDLE *OutputHandle);
511 SQLRETURN SQL_API SQLEndTran(SQLSMALLINT HandleType,SQLHANDLE Handle,SQLSMALLINT CompletionType);
523 SQLRETURN SQL_API SQLFreeHandle(SQLSMALLINT HandleType,SQLHANDLE Handle);
535 SQLRETURN SQL_API SQLGetDiagField(SQLSMALLINT HandleType,SQLHANDLE Handle,SQLSMALLINT RecNumber,SQLSMALLINT DiagIdentifier,SQLPOINTER DiagInfo,SQLSMALLINT BufferLength,SQLSMALLINT *StringLength);
536 SQLRETURN SQL_API SQLGetDiagRec(SQLSMALLINT HandleType,SQLHANDLE Handle,SQLSMALLINT RecNumber,SQLCHAR *Sqlstate,SQLINTEGER *NativeError,SQLCHAR *MessageText,SQLSMALLINT BufferLength,SQLSMALLINT *TextLength);
ndrtypes.h 92 unsigned char HandleType;
  /external/chromium_org/mojo/public/python/mojo/bindings/
descriptor.py 211 class HandleType(SerializableType):
435 TYPE_HANDLE = HandleType()
436 TYPE_NULLABLE_HANDLE = HandleType(True)

Completed in 509 milliseconds