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

/external/chromium_org/gpu/command_buffer/common/
H A Dgles2_cmd_format_test.cc20 static const unsigned char kInitialValue = 0xBD; member in class:gpu::gles2::GLES2FormatTest
23 memset(buffer_, kInitialValue, sizeof(buffer_));
41 EXPECT_EQ(kInitialValue, buffer_[written_size]);
42 EXPECT_NE(kInitialValue, buffer_[written_size - 1]);
118 const unsigned char GLES2FormatTest::kInitialValue; member in class:gpu::gles2::GLES2FormatTest
/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_implementation_unittest.cc361 static const uint8 kInitialValue = 0xBD; member in class:gpu::gles2::GLES2ImplementationTest
495 memset(ring_buffer->memory(), kInitialValue, ring_buffer->size());
517 if (*cmds != kInitialValue) {
573 memset(ring_buffer->memory(), kInitialValue, ring_buffer->size());
734 const uint8 GLES2ImplementationTest::kInitialValue; member in class:gpu::gles2::GLES2ImplementationTest
/external/chromium_org/v8/include/
H A Dv8.h400 V8_INLINE Eternal() : index_(kInitialValue) { }
402 V8_INLINE Eternal(Isolate* isolate, Local<S> handle) : index_(kInitialValue) {
407 V8_INLINE bool IsEmpty() { return index_ == kInitialValue; }
411 static const int kInitialValue = -1; member in class:v8::Eternal

Completed in 131 milliseconds