OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UploadFunction
(Results
1 - 2
of
2
) sorted by null
/external/deqp/modules/gles2/performance/
es2pTextureUploadTests.hpp
37
enum
UploadFunction
es2pTextureUploadTests.cpp
79
TextureUploadCase (Context& context, const char* name, const char* description,
UploadFunction
uploadFunction
, deUint32 format, deUint32 type, int texSize);
89
UploadFunction
m_uploadFunction;
104
TextureUploadCase::TextureUploadCase (Context& context, const char* name, const char* description,
UploadFunction
uploadFunction
, deUint32 format, deUint32 type, int texSize)
106
, m_uploadFunction (
uploadFunction
)
295
TextureUploadCallCase (Context& context, const char* name, const char* description,
UploadFunction
uploadFunction
, deUint32 format, deUint32 type, int texSize);
302
TextureUploadCallCase::TextureUploadCallCase (Context& context, const char* name, const char* description,
UploadFunction
uploadFunction
, deUint32 format, deUint32 type, int texSize
[
all
...]
Completed in 42 milliseconds