Searched refs:LevelInfo (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/third_party/WebKit/public/web/
H A DWebConsoleMessage.h42 LevelInfo = 5, enumerator in enum:blink::WebConsoleMessage::Level
45 LevelLast = LevelInfo
/external/chromium_org/gpu/command_buffer/service/
H A Dtexture_definition.h61 struct LevelInfo { struct in class:gpu::gles2::TextureDefinition
62 LevelInfo(GLenum target,
71 ~LevelInfo();
84 typedef std::vector<std::vector<LevelInfo> > LevelInfos;
H A Dtexture_definition.cc265 TextureDefinition::LevelInfo::LevelInfo(GLenum target, function in class:gpu::gles2::TextureDefinition::LevelInfo
284 TextureDefinition::LevelInfo::~LevelInfo() {}
317 const Texture::LevelInfo& level = texture->level_infos_[0][0];
318 LevelInfo info(level.target,
327 std::vector<LevelInfo> infos;
366 const LevelInfo& base_info = level_infos_[i][0];
372 const LevelInfo& info = level_infos_[i][n];
H A Dtexture_manager.cc125 Texture::LevelInfo::LevelInfo() function in class:gpu::gles2::Texture::LevelInfo
139 Texture::LevelInfo::LevelInfo(const LevelInfo& rhs) function in class:gpu::gles2::Texture::LevelInfo
154 Texture::LevelInfo::~LevelInfo() {
166 const Texture::LevelInfo& first_face = level_infos_[0][0];
221 const Texture::LevelInfo& info =
248 const Texture::LevelInfo
[all...]
H A Dtexture_manager.h192 struct LevelInfo { struct in class:gpu::gles2::Texture
193 LevelInfo();
194 LevelInfo(const LevelInfo& rhs);
195 ~LevelInfo();
310 void UpdateMipCleared(LevelInfo* info, bool cleared);
330 std::vector<std::vector<LevelInfo> > level_infos_;
H A Dtexture_manager_unittest.cc1900 struct LevelInfo { struct in class:gpu::gles2::ProduceConsumeTextureTest
1901 LevelInfo(GLenum target, function in struct:gpu::gles2::ProduceConsumeTextureTest::LevelInfo
1918 LevelInfo() function in struct:gpu::gles2::ProduceConsumeTextureTest::LevelInfo
1928 bool operator==(const LevelInfo& other) const {
1947 const LevelInfo& info) {
1961 static LevelInfo GetLevelInfo(const TextureRef* texture_ref,
1965 LevelInfo info;
1999 LevelInfo level0(
2004 LevelInfo level1 = GetLevelInfo(texture_ref_.get(), GL_TEXTURE_2D, 1);
2005 LevelInfo level
[all...]
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DWebGLTexture.cpp168 const LevelInfo& info0 = m_info[ii][0];
175 LevelInfo& info = m_info[ii][level];
186 const LevelInfo* info = getLevelInfo(target, level);
194 const LevelInfo* info = getLevelInfo(target, level);
202 const LevelInfo* info = getLevelInfo(target, level);
210 const LevelInfo* info = getLevelInfo(target, level);
218 const LevelInfo* info = getLevelInfo(target, level);
287 const LevelInfo& first = m_info[0][0];
289 const LevelInfo& info = m_info[ii][0];
330 const LevelInfo
[all...]
H A DWebGLTexture.h85 class LevelInfo { class in class:blink::FINAL
87 LevelInfo() function in class:blink::FINAL::LevelInfo
118 const LevelInfo* getLevelInfo(GLenum target, GLint level) const;
127 Vector<Vector<LevelInfo> > m_info;
/external/chromium_org/third_party/WebKit/Source/web/
H A DAssertMatchingEnums.cpp609 COMPILE_ASSERT_MATCHING_ENUM(WebConsoleMessage::LevelInfo, InfoMessageLevel);
/external/chromium_org/content/shell/renderer/test_runner/
H A Dweb_test_proxy.cc1257 case blink::WebConsoleMessage::LevelInfo:
/external/chromium_org/content/renderer/
H A Drender_frame_impl.cc1875 case blink::WebConsoleMessage::LevelInfo:

Completed in 334 milliseconds