Searched defs:GLES2DecoderTestBase (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/gpu/command_buffer/service/
H A Dgles2_cmd_decoder_unittest_base.cc45 void NormalizeInitState(gpu::gles2::GLES2DecoderTestBase::InitState* init) {
84 GLES2DecoderTestBase::GLES2DecoderTestBase() function in class:gpu::gles2::GLES2DecoderTestBase
112 GLES2DecoderTestBase::~GLES2DecoderTestBase() {}
114 void GLES2DecoderTestBase::SetUp() {
125 void GLES2DecoderTestBase::AddExpectationsForVertexAttribManager() {
133 GLES2DecoderTestBase::InitState::InitState()
145 void GLES2DecoderTestBase::InitDecoder(const InitState& init) {
149 void GLES2DecoderTestBase
[all...]
H A Dgles2_cmd_decoder_unittest_base.h37 class GLES2DecoderTestBase : public ::testing::TestWithParam<bool> { class in namespace:gpu::gles2
39 GLES2DecoderTestBase();
40 virtual ~GLES2DecoderTestBase();
628 class GLES2DecoderWithShaderTestBase : public GLES2DecoderTestBase {
631 : GLES2DecoderTestBase() {
642 void GLES2DecoderTestBase::SpecializedSetup<cmds::LinkProgram, 0>(bool valid);

Completed in 159 milliseconds