Searched defs:getUsage (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/angle/src/libGLESv2/
H A DBuffer.h42 GLenum getUsage() const { return mUsage; } function in class:gl::Buffer
H A DTexture.cpp85 GLenum Texture::getUsage() const function in class:gl::Texture
/external/chromium_org/third_party/skia/src/gpu/gl/debug/
H A DGrBufferObj.h56 GrGLint getUsage() const { return fUsage; } function in class:GrBufferObj
/external/skia/src/gpu/gl/debug/
H A DGrBufferObj.h56 GrGLint getUsage() const { return fUsage; } function in class:GrBufferObj
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d9/
H A DTextureStorage9.cpp75 DWORD TextureStorage9::getUsage() const function in class:rx::TextureStorage9
115 HRESULT result = device->CreateTexture(width, height, creationLevels, getUsage(), d3dFormatInfo.texFormat, getPool(), &mTexture, NULL);
222 HRESULT result = device->CreateCubeTexture(size, creationLevels, getUsage(), d3dFormatInfo.texFormat, getPool(), &mTexture, NULL);
/external/chromium_org/ui/file_manager/image_loader/
H A Dimage_loader_client.js136 ImageLoaderClient.recordPercentage('Cache.Usage', this.cache_.getUsage());
323 ImageLoaderClient.Cache.prototype.getUsage = function() {
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d11/
H A DBuffer11.cpp81 BufferUsage getUsage() const { return mUsage; } function in class:rx::Buffer11::BufferStorage11
308 if (copyDest->getUsage() == BUFFER_USAGE_PIXEL_PACK && !copySource->isMappable())
312 else if (copySource->getUsage() == BUFFER_USAGE_PIXEL_PACK && !copyDest->isMappable())
322 if (copySource->getUsage() == BUFFER_USAGE_STAGING)
347 (latestStorage->getUsage() == BUFFER_USAGE_PIXEL_PACK ||
348 latestStorage->getUsage() == BUFFER_USAGE_STAGING))
542 if (latestBuffer->getUsage() == BUFFER_USAGE_PIXEL_PACK && !directBuffer->isMappable())
654 if (source->getUsage() == BUFFER_USAGE_PIXEL_PACK)
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 4431 milliseconds