Searched refs:BufferDataUploadCase (Results 1 – 1 of 1) sorted by relevance
/external/deqp/modules/gles3/performance/ |
D | es3pBufferDataUploadTests.cpp | 2550 class BufferDataUploadCase : public BasicUploadCase<SingleOperationDuration> class 2553 …BufferDataUploadCase (Context& ctx, const char* name, const char* desc, int minBufferSize, int max… 2554 ~BufferDataUploadCase (void); 2561 BufferDataUploadCase::BufferDataUploadCase (Context& ctx, const char* name, const char* desc, int m… in BufferDataUploadCase() function in deqp::gles3::Performance::__anon3d4c17010111::BufferDataUploadCase 2566 BufferDataUploadCase::~BufferDataUploadCase (void) in ~BufferDataUploadCase() 2570 void BufferDataUploadCase::init (void) in init() 2578 void BufferDataUploadCase::testBufferUpload (UploadSampleResult<SingleOperationDuration>& result, i… in testBufferUpload() 6268 BufferDataUploadCase::CaseType caseType; in init() 6272 …CaseGroup(m_testCtx, "new_buffer", "Target new buffer"), BufferDataUploadCase::CASE_NEW_B… in init() 6273 …tCtx, "unspecified_buffer", "Target new unspecified buffer"), BufferDataUploadCase::CASE_UNSPE… in init() [all …]
|