Searched refs:kInitialValue (Results 1 – 3 of 3) sorted by relevance
20 static const unsigned char kInitialValue = 0xBD; member in gpu::gles2::GLES2FormatTest23 memset(buffer_, kInitialValue, sizeof(buffer_)); in SetUp()41 EXPECT_EQ(kInitialValue, buffer_[written_size]); in CheckBytesWritten()42 EXPECT_NE(kInitialValue, buffer_[written_size - 1]); in CheckBytesWritten()118 const unsigned char GLES2FormatTest::kInitialValue; member in gpu::gles2::GLES2FormatTest
361 static const uint8 kInitialValue = 0xBD; member in gpu::gles2::GLES2ImplementationTest495 memset(ring_buffer->memory(), kInitialValue, ring_buffer->size()); in ClearCommands()517 if (*cmds != kInitialValue) { in NoCommandsWritten()573 memset(ring_buffer->memory(), kInitialValue, ring_buffer->size()); in ClearCommands()734 const uint8 GLES2ImplementationTest::kInitialValue; member in gpu::gles2::GLES2ImplementationTest
400 V8_INLINE Eternal() : index_(kInitialValue) { } in Eternal()402 V8_INLINE Eternal(Isolate* isolate, Local<S> handle) : index_(kInitialValue) { in Eternal()407 V8_INLINE bool IsEmpty() { return index_ == kInitialValue; } in IsEmpty()411 static const int kInitialValue = -1;