HomeSort by relevance Sort by last modified time
    Searched refs:getStride (Results 1 - 25 of 47) sorted by null

1 2

  /frameworks/native/libs/gui/tests/
SurfaceTextureFBO_test.cpp 45 fillRGBA8BufferSolid(img, texWidth, texHeight, buf->getStride(), 0, 255,
69 fillRGBA8BufferSolid(img, texWidth, texHeight, buf->getStride(), 255, 0,
FillBuffer.cpp 103 fillRGBA8Buffer(img, buf->getWidth(), buf->getHeight(), buf->getStride());
SurfaceTextureGL_test.cpp 46 fillYV12Buffer(img, texWidth, texHeight, buf->getStride());
92 fillYV12Buffer(img, texWidth, texHeight, buf->getStride());
152 fillYV12BufferRect(img, texWidth, texHeight, buf->getStride(), crop);
229 int stride = buf->getStride();
CpuConsumer_test.cpp 497 *stride = buf->getStride();
509 fillBayerRawBuffer(img, params.width, params.height, buf->getStride());
513 buf->getStride(), /*bpp*/8);
517 params.height, buf->getStride(),
521 fillRgba8888Buffer(img, params.width, params.height, buf->getStride());
  /frameworks/native/services/surfaceflinger/RenderEngine/
Mesh.cpp 69 size_t Mesh::getStride() const {
Mesh.h 80 size_t getStride() const;
  /sdk/emulator/opengl/host/libs/Translator/include/GLcommon/
GLESpointer.h 29 GLsizei getStride() const;
  /sdk/emulator/opengl/host/libs/Translator/GLcommon/
GLEScontext.cpp 269 int stride = p->getStride()?p->getStride():attribSize;
271 if(!p->getStride()) {
283 int stride = p->getStride()?p->getStride():attribSize;
297 int stride = p->getStride()?p->getStride():attribSize;
318 int stride = p->getStride()?p->getStride():bytes*attribSize;
334 int stride = p->getStride()?p->getStride():sizeof(GLfixed)*attribSize
    [all...]
GLESpointer.cpp 39 GLsizei GLESpointer::getStride() const {
  /hardware/intel/img/hwcomposer/ips/common/
RotationBufferProvider.h 55 int getStride(bool isTarget, int width);
RotationBufferProvider.cpp 119 int RotationBufferProvider::getStride(bool isTarget, int width)
174 stride = getStride(isTarget, width);
  /hardware/qcom/display/msm8960/libgralloc/
gr.h 92 int getStride(int width, int format);
alloc_controller.cpp 103 int AdrenoMemInfo::getStride(int width, int format)
259 alignedw = AdrenoMemInfo::getInstance().getStride(width, format);
  /hardware/qcom/display/msm8974/libgralloc/
gr.h 92 int getStride(int width, int format);
alloc_controller.cpp 103 int AdrenoMemInfo::getStride(int width, int format)
278 alignedw = AdrenoMemInfo::getInstance().getStride(width, format);
  /frameworks/webview/chromium/plat_support/
graphic_buffer_impl.cpp 74 return buffer->GetStride();
108 uint32_t GraphicBufferImpl::GetStride() const {
110 return mBuffer->getStride() * kBytesPerPixel;
  /hardware/intel/img/hwcomposer/include/
DataBuffer.h 65 stride_t& getStride() { return mStride; }
  /external/llvm/include/llvm/Analysis/
IVUsers.h 158 const SCEV *getStride(const IVStrideUse &IU, const Loop *L) const;
  /hardware/intel/img/hwcomposer/ips/anniedale/
AnnCursorPlane.cpp 127 uint32_t stride = mapper.getStride().rgb.stride;
150 uint32_t stride = mapper.getStride().rgb.stride;
  /sdk/emulator/opengl/host/libs/Translator/GLES_CM/
GLEScmContext.cpp 102 setupArr(p->getData(),array_id,dataType,size,p->getStride(), GL_FALSE);
154 stride = p->getStride();
398 *params = ptr ? ptr->getStride() : 0;
  /frameworks/base/cmds/screencap/
screencap.cpp 148 s = screenshot.getStride();
  /frameworks/native/include/ui/
GraphicBuffer.h 89 uint32_t getStride() const { return stride; }
  /sdk/emulator/opengl/host/libs/Translator/GLES_V2/
GLESv2Context.cpp 107 size,p->getStride(), p->getNormalized());
  /frameworks/native/opengl/tests/hwc/
hwcTestLib.cpp 623 uint32_t yPlaneStride = gBuf->getStride();
624 uint32_t uPlaneStride = ((gBuf->getStride() / 2) + 0xf) & ~0xf;
650 memmove(buf + ((gBuf->getStride() * attrib->bytes) * y)
669 for (unsigned int x = 0; x < gBuf->getStride(); x++) {
699 const uint32_t stride = gBuf->getStride();
    [all...]
  /frameworks/native/include/gui/
SurfaceComposerClient.h 229 uint32_t getStride() const;

Completed in 435 milliseconds

1 2