Searched refs:m_currentUploadType (Results 1 – 2 of 2) sorted by relevance
63 , m_currentUploadType(DEFAULT_UPLOAD_TYPE) in TransferQueue()414 TextureUploadType currentUploadType = m_currentUploadType; in tryUpdateQueueWithBitmap()510 if (m_currentUploadType == type) in setTextureUploadType()515 m_currentUploadType = type; in setTextureUploadType()516 …ALOGD("Now we set the upload to %s", m_currentUploadType == GpuUpload ? "GpuUpload" : "CpuUpload"); in setTextureUploadType()
211 TextureUploadType m_currentUploadType; variable