Searched refs:ClearLevel (Results 1 – 6 of 6) sorted by relevance
/external/chromium_org/gpu/command_buffer/service/ |
D | gles2_cmd_decoder_mock.h | 103 MOCK_METHOD10(ClearLevel, bool(
|
D | gles2_cmd_decoder.h | 202 virtual bool ClearLevel(
|
D | texture_manager.cc | 731 if (!ClearLevel(decoder, info.target, jj)) { in ClearRenderableLevels() 761 bool Texture::ClearLevel( in ClearLevel() function in gpu::gles2::Texture 785 bool cleared = decoder->ClearLevel( in ClearLevel() 1051 bool result = texture->ClearLevel(decoder, target, level); in ClearTextureLevel()
|
D | texture_manager.h | 255 bool ClearLevel(GLES2Decoder* decoder, GLenum target, GLint level);
|
D | texture_manager_unittest.cc | 1499 EXPECT_CALL(*decoder_, ClearLevel(_, _, _, _, _, _, _, _, _, _)) in TEST_F() 2061 EXPECT_CALL(*decoder_, ClearLevel(_, _, _, _, _, _, _, _, _, _)) in TEST_F()
|
D | gles2_cmd_decoder.cc | 1158 virtual bool ClearLevel(unsigned service_id, 8048 bool GLES2DecoderImpl::ClearLevel( in ClearLevel() function in gpu::gles2::GLES2DecoderImpl 8757 if (!ClearLevel( in DoCopyTexImage2D()
|