/external/chromium_org/gpu/command_buffer/service/ |
D | renderbuffer_manager_unittest.cc | 141 const GLenum kFormat = GL_RGBA4; in TEST_F() local 144 manager_->SetInfo(renderbuffer1, kSamples, kFormat, kWidth, kHeight); in TEST_F() 146 EXPECT_EQ(kFormat, renderbuffer1->internal_format()); in TEST_F() 158 manager_->SetInfo(renderbuffer1, kSamples, kFormat, kWidth, kHeight); in TEST_F() 179 const GLenum kFormat = GL_RGBA4; in TEST_F() local 186 kWidth, kHeight1, kSamples, kFormat, &expected_size_1); in TEST_F() 188 kWidth, kHeight2, kSamples, kFormat, &expected_size_2); in TEST_F() 191 manager_->SetInfo(renderbuffer1, kSamples, kFormat, kWidth, kHeight1); in TEST_F() 196 manager_->SetInfo(renderbuffer1, kSamples, kFormat, kWidth, kHeight2); in TEST_F() 215 const GLenum kFormat = GL_RGBA4; in TEST_F() local [all …]
|
D | memory_program_cache_unittest.cc | 195 const GLenum kFormat = 1; in TEST_F() local 202 ProgramBinaryEmulator emulator(kBinaryLength, kFormat, test_binary); in TEST_F() 220 const GLenum kFormat = 1; in TEST_F() local 227 ProgramBinaryEmulator emulator(kBinaryLength, kFormat, test_binary); in TEST_F() 255 const GLenum kFormat = 1; in TEST_F() local 262 ProgramBinaryEmulator emulator(kBinaryLength, kFormat, test_binary); in TEST_F() 310 const GLenum kFormat = 1; in TEST_F() local 317 ProgramBinaryEmulator emulator(kBinaryLength, kFormat, test_binary); in TEST_F() 368 const GLenum kFormat = 1; in TEST_F() local 375 ProgramBinaryEmulator emulator(kBinaryLength, kFormat, test_binary); in TEST_F() [all …]
|
D | gles2_cmd_decoder_unittest.cc | 2228 const GLenum kFormat = GL_RGB; in CheckReadPixelsOutOfRange() local 2242 GL_TEXTURE_2D, 0, kFormat, kWidth, kHeight, 0, in CheckReadPixelsOutOfRange() 2243 kFormat, GL_UNSIGNED_BYTE, kSharedMemoryId, in CheckReadPixelsOutOfRange() 2280 kFormat, GL_UNSIGNED_BYTE, _)) in CheckReadPixelsOutOfRange() 2287 kFormat, GL_UNSIGNED_BYTE, in CheckReadPixelsOutOfRange() 3666 const GLenum kFormat = GL_RGB; in TEST_F() local 3670 GL_TEXTURE_2D, 0, kFormat, kWidth, kHeight, 0, in TEST_F() 3671 kFormat, GL_UNSIGNED_BYTE, kSharedMemoryId, kSharedMemoryOffset); in TEST_F() 4670 const GLenum kFormat = GL_RGB; in TEST_F() local 4672 DoTexImage2D(GL_TEXTURE_2D, 0, kFormat, kWidth, kHeight, 0, in TEST_F() [all …]
|
/external/chromium_org/gpu/command_buffer/client/ |
D | gles2_implementation_unittest.cc | 1432 const GLenum kFormat = GL_RGBA; in TEST_F() local 1446 0, 0, kWidth, kHeight / 2, kFormat, kType, in TEST_F() 1451 0, kHeight / 2, kWidth, kHeight / 2, kFormat, kType, in TEST_F() 1461 gl_->ReadPixels(0, 0, kWidth, kHeight, kFormat, kType, buffer.get()); in TEST_F() 1473 const GLenum kFormat = 0; in TEST_F() local 1483 0, 0, kWidth, kHeight, kFormat, kType, in TEST_F() 1492 gl_->ReadPixels(0, 0, kWidth, kHeight, kFormat, kType, buffer.get()); in TEST_F() 1591 const GLenum kFormat = GL_RGBA; in TEST_F() local 1597 GL_TEXTURE_2D, kLevel, kXOffset, kYOffset, kWidth, kHeight, kFormat, in TEST_F() 1609 kFormat, in TEST_F() [all …]
|
/external/chromium_org/chrome/common/ |
D | crash_keys_unittest.cc | 87 const char kFormat[] = "--fewer-%d"; in TEST_F() local 89 command_line.AppendSwitch(base::StringPrintf(kFormat, i)); in TEST_F() 97 EXPECT_FALSE(HasCrashKey(base::StringPrintf(kFormat, i))); in TEST_F()
|
/external/chromium_org/media/audio/sounds/ |
D | wav_audio_handler.cc | 17 const char kFormat[] = "WAVE"; variable 64 memcmp(wav_data.data() + 8, kFormat, 4) == 0) in WavAudioHandler()
|
/external/chromium/third_party/libjingle/source/talk/session/phone/ |
D | devicemanager_mac.mm | 86 static const NSString* kFormat = @"localizedDisplayName: \"%@\", " 89 NSString* info = [NSString stringWithFormat:kFormat,
|
/external/chromium_org/third_party/libjingle/source/talk/media/devices/ |
D | macdevicemanagermm.mm | 115 static NSString* const kFormat = @"localizedDisplayName: \"%@\", " 118 NSString* info = [NSString stringWithFormat:kFormat,
|
/external/chromium_org/ui/base/clipboard/ |
D | clipboard_unittest.cc | 536 const ui::Clipboard::FormatType kFormat = in TEST_F() local 545 clipboard_writer.WritePickledData(write_pickle, kFormat); in TEST_F() 549 kFormat, CLIPBOARD_TYPE_COPY_PASTE)); in TEST_F() 551 clipboard().ReadData(kFormat, &output); in TEST_F()
|
/external/sfntly/cpp/src/sfntly/table/core/ |
D | name_table.cc | 373 new_data->WriteUShort(NameTable::Offset::kFormat, 0); in SubSerialize() 443 return data_->ReadUShort(Offset::kFormat); in Format()
|
D | name_table.h | 685 kFormat = 0, enumerator
|
D | cmap_table.h | 601 kFormat = 0, enumerator
|
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/core/ |
D | name_table.cc | 373 new_data->WriteUShort(NameTable::Offset::kFormat, 0); in SubSerialize() 443 return data_->ReadUShort(Offset::kFormat); in Format()
|
D | name_table.h | 685 kFormat = 0, enumerator
|
D | cmap_table.h | 601 kFormat = 0, enumerator
|