Searched defs:getStride (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/include/ui/
H A DGraphicBuffer.h87 uint32_t getStride() const { return stride; } function in class:android::GraphicBuffer
/frameworks/base/libs/gui/
H A DSurfaceComposerClient.cpp594 uint32_t ScreenshotClient::getStride() const { function in class:android::ScreenshotClient
/frameworks/base/core/jni/
H A Dandroid_view_Surface.cpp511 uint32_t getStride() const { function in class:android::ScreenshotPixelRef
512 return mScreenshot.getStride();
547 uint32_t s = pixels->getStride();
/frameworks/base/opengl/java/android/opengl/
H A DGLLogWrapper.java1076 int stride = pointer.getStride();
3932 public int getStride() { method in class:GLLogWrapper.PointerInfo

Completed in 88 milliseconds