HomeSort by relevance Sort by last modified time
    Searched refs:TextureUploadType (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/android/rendering/
TransferQueue.h 67 enum TextureUploadType {
96 TextureUploadType uploadType;
111 void setTextureUploadType(TextureUploadType type);
121 TextureUploadType type,
175 TextureUploadType type, TileTransferData* data);
211 TextureUploadType m_currentUploadType;
TransferQueue.cpp 412 TextureUploadType currentUploadType = m_currentUploadType;
459 TextureUploadType type,
475 TextureUploadType type,
502 void TransferQueue::setTextureUploadType(TextureUploadType type)

Completed in 57 milliseconds