Home
last modified time | relevance | path

Searched refs:uploadType (Results 1 – 9 of 9) sorted by relevance

/external/python/apitools/samples/iam_sample/iam_v1/
Diam_v1.py141 result.uploadType = FLAGS.uploadType.decode('utf8')
Diam_v1_messages.py926 uploadType = _messages.StringField(13) variable in StandardQueryParameters
/external/deqp/modules/gles3/stress/
Des3sSpecialFloatTests.cpp1020 …, const char* name, const char* desc, ShaderType type, TextureType texType, UploadType uploadType);
1038 …t, const char* name, const char* desc, ShaderType type, TextureType texType, UploadType uploadType) in TextureCase() argument
1042 , m_uploadType (uploadType) in TextureCase()
1048 DE_ASSERT(uploadType < UPLOAD_LAST); in TextureCase()
/external/python/apitools/samples/servicemanagement_sample/servicemanagement_v1/
Dservicemanagement_v1.py141 result.uploadType = FLAGS.uploadType.decode('utf8')
Dservicemanagement_v1_messages.py3034 uploadType = _messages.StringField(13) variable in StandardQueryParameters
/external/skqp/src/gpu/gl/
DGrGLGpu.h383 UploadType uploadType, int left, int top, int width, int height,
DGrGLGpu.cpp1164 UploadType uploadType, int left, int top, int width, int height, in uploadTexData() argument
1317 if (kNewTexture_UploadType == uploadType) { in uploadTexData()
/external/skia/src/gpu/gl/
DGrGLGpu.h395 UploadType uploadType, int left, int top, int width, int height,
DGrGLGpu.cpp1199 UploadType uploadType, int left, int top, int width, int height, in uploadTexData() argument
1352 if (kNewTexture_UploadType == uploadType) { in uploadTexData()