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

/external/chromium_org/gpu/command_buffer/service/
H A Dgles2_cmd_decoder_unittest_2.cc32 class GLES2DecoderTest2 : public GLES2DecoderTestBase { class in namespace:gpu::gles2
34 GLES2DecoderTest2() { } function in class:gpu::gles2::GLES2DecoderTest2
252 INSTANTIATE_TEST_CASE_P(Service, GLES2DecoderTest2, ::testing::Bool());
503 TEST_P(GLES2DecoderTest2, AcceptsUniform_GL_INT) {
507 TEST_P(GLES2DecoderTest2, AcceptsUniform_GL_INT_VEC2) {
511 TEST_P(GLES2DecoderTest2, AcceptsUniform_GL_INT_VEC3) {
515 TEST_P(GLES2DecoderTest2, AcceptsUniform_GL_INT_VEC4) {
519 TEST_P(GLES2DecoderTest2, AcceptsUniform_GL_BOOL) {
523 TEST_P(GLES2DecoderTest2, AcceptsUniform_GL_BOOL_VEC2) {
527 TEST_P(GLES2DecoderTest2, AcceptsUniform_GL_BOOL_VEC
[all...]

Completed in 85 milliseconds