Searched refs:DoIsFramebuffer (Results 1 – 5 of 5) sorted by relevance
338 EXPECT_FALSE(DoIsFramebuffer(client_framebuffer_id_)); in TEST_P()341 EXPECT_TRUE(DoIsFramebuffer(client_framebuffer_id_)); in TEST_P()350 EXPECT_FALSE(DoIsFramebuffer(client_framebuffer_id_)); in TEST_P()
232 bool DoIsFramebuffer(GLuint client_id);
885 bool GLES2DecoderTestBase::DoIsFramebuffer(GLuint client_id) { in DoIsFramebuffer() function in gpu::gles2::GLES2DecoderTestBase
1380 bool DoIsFramebuffer(GLuint client_id);7034 bool GLES2DecoderImpl::DoIsFramebuffer(GLuint client_id) { in DoIsFramebuffer() function in gpu::gles2::GLES2DecoderImpl
1465 *result_dst = DoIsFramebuffer(framebuffer); in HandleIsFramebuffer()