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

  /external/chromium_org/third_party/angle_dx11/src/libGLESv2/
ResourceManager.h 17 #include <hash_map>
78 #ifndef HASH_MAP
80 # define HASH_MAP stdext::hash_map
82 # define HASH_MAP std::unordered_map
86 typedef HASH_MAP<GLuint, Buffer*> BufferMap;
90 typedef HASH_MAP<GLuint, Shader*> ShaderMap;
93 typedef HASH_MAP<GLuint, Program*> ProgramMap;
97 typedef HASH_MAP<GLuint, Texture*> TextureMap;
101 typedef HASH_MAP<GLuint, Renderbuffer*> RenderbufferMap
    [all...]
Context.h 22 #include <hash_map>
429 #ifndef HASH_MAP
431 # define HASH_MAP stdext::hash_map
433 # define HASH_MAP std::unordered_map
437 typedef HASH_MAP<GLuint, Framebuffer*> FramebufferMap;
441 typedef HASH_MAP<GLuint, Fence*> FenceMap;
445 typedef HASH_MAP<GLuint, Query*> QueryMap;
  /external/chromium_org/third_party/angle_dx11/src/libGLESv2/renderer/
ShaderCache.h 91 #ifndef HASH_MAP
93 # define HASH_MAP stdext::hash_map
95 # define HASH_MAP std::unordered_map
99 typedef HASH_MAP<std::string, ShaderObject*> Map;
  /prebuilts/devtools/tools/lib/
lint-checks.jar 
  /prebuilts/sdk/tools/lib/
lint_checks.jar 

Completed in 583 milliseconds