/external/chromium_org/third_party/WebKit/Source/core/html/canvas/ |
D | WebGLTexture.cpp | 168 const LevelInfo& info0 = m_info[ii][0]; in generateMipmapLevelInfo() 175 LevelInfo& info = m_info[ii][level]; in generateMipmapLevelInfo() 186 const LevelInfo* info = getLevelInfo(target, level); in getInternalFormat() 194 const LevelInfo* info = getLevelInfo(target, level); in getType() 202 const LevelInfo* info = getLevelInfo(target, level); in getWidth() 210 const LevelInfo* info = getLevelInfo(target, level); in getHeight() 218 const LevelInfo* info = getLevelInfo(target, level); in isValid() 287 const LevelInfo& first = m_info[0][0]; in canGenerateMipmaps() 289 const LevelInfo& info = m_info[ii][0]; in canGenerateMipmaps() 330 const LevelInfo& first = m_info[0][0]; in update() [all …]
|
D | WebGLTexture.h | 85 class LevelInfo { 87 LevelInfo() in LevelInfo() function 118 const LevelInfo* getLevelInfo(GLenum target, GLint level) const; 127 Vector<Vector<LevelInfo> > m_info;
|
/external/chromium_org/gpu/command_buffer/service/ |
D | texture_definition.h | 61 struct LevelInfo { struct 62 LevelInfo(GLenum target, 71 ~LevelInfo(); 84 typedef std::vector<std::vector<LevelInfo> > LevelInfos; argument
|
D | texture_manager.cc | 125 Texture::LevelInfo::LevelInfo() in LevelInfo() function in gpu::gles2::Texture::LevelInfo 139 Texture::LevelInfo::LevelInfo(const LevelInfo& rhs) in LevelInfo() function in gpu::gles2::Texture::LevelInfo 154 Texture::LevelInfo::~LevelInfo() { in ~LevelInfo() 166 const Texture::LevelInfo& first_face = level_infos_[0][0]; in GetCanRenderCondition() 221 const Texture::LevelInfo& info = in AddToSignature() 248 const Texture::LevelInfo& info1 = level_infos_[ii][0]; in MarkMipmapsGenerated() 309 const Texture::LevelInfo& first = level_infos_[0][0]; in CanGenerateMipmaps() 317 const LevelInfo& info = level_infos_[ii][0]; in CanGenerateMipmaps() 339 Texture::LevelInfo& info = in SetLevelCleared() 350 const Texture::LevelInfo& first_face = level_infos_[0][0]; in UpdateCleared() [all …]
|
D | texture_definition.cc | 265 TextureDefinition::LevelInfo::LevelInfo(GLenum target, in LevelInfo() function in gpu::gles2::TextureDefinition::LevelInfo 284 TextureDefinition::LevelInfo::~LevelInfo() {} in ~LevelInfo() 317 const Texture::LevelInfo& level = texture->level_infos_[0][0]; in TextureDefinition() 318 LevelInfo info(level.target, in TextureDefinition() 327 std::vector<LevelInfo> infos; in TextureDefinition() 366 const LevelInfo& base_info = level_infos_[i][0]; in UpdateTexture() 372 const LevelInfo& info = level_infos_[i][n]; in UpdateTexture()
|
D | texture_manager.h | 192 struct LevelInfo { struct 193 LevelInfo(); 194 LevelInfo(const LevelInfo& rhs); 195 ~LevelInfo(); 310 void UpdateMipCleared(LevelInfo* info, bool cleared); 330 std::vector<std::vector<LevelInfo> > level_infos_;
|
D | texture_manager_unittest.cc | 1900 struct LevelInfo { struct in gpu::gles2::ProduceConsumeTextureTest 1901 LevelInfo(GLenum target, in LevelInfo() argument 1918 LevelInfo() in LevelInfo() function 1928 bool operator==(const LevelInfo& other) const { in operator ==() argument 1947 const LevelInfo& info) { in SetLevelInfo() 1961 static LevelInfo GetLevelInfo(const TextureRef* texture_ref, in GetLevelInfo() 1965 LevelInfo info; in GetLevelInfo() 1999 LevelInfo level0( in TEST_F() 2004 LevelInfo level1 = GetLevelInfo(texture_ref_.get(), GL_TEXTURE_2D, 1); in TEST_F() 2005 LevelInfo level2 = GetLevelInfo(texture_ref_.get(), GL_TEXTURE_2D, 2); in TEST_F() [all …]
|
/external/chromium_org/third_party/WebKit/public/web/ |
D | WebConsoleMessage.h | 42 LevelInfo = 5, enumerator 45 LevelLast = LevelInfo
|
/external/chromium_org/third_party/WebKit/Source/web/ |
D | AssertMatchingEnums.cpp | 609 COMPILE_ASSERT_MATCHING_ENUM(WebConsoleMessage::LevelInfo, InfoMessageLevel);
|
/external/chromium_org/content/shell/renderer/test_runner/ |
D | web_test_proxy.cc | 1257 case blink::WebConsoleMessage::LevelInfo: in DidAddMessageToConsole()
|
/external/chromium_org/content/renderer/ |
D | render_frame_impl.cc | 1875 case blink::WebConsoleMessage::LevelInfo: in didAddMessageToConsole()
|