Home
last modified time | relevance | path

Searched refs:beforeDraw (Results 1 – 5 of 5) sorted by relevance

/frameworks/av/cmds/screenrecord/
DProgram.cpp221 err = beforeDraw(texName, texMatrix, pos, uv, invert); in blit()
235 err = beforeDraw(texName, texMatrix, vertices, texes, false); in drawTriangles()
243 status_t Program::beforeDraw(GLuint texName, const float* texMatrix, in beforeDraw() function in Program
DProgram.h71 status_t beforeDraw(GLuint texName, const float* texMatrix,
/frameworks/av/services/camera/virtualcamera/util/
DEglFramebuffer.h42 bool beforeDraw();
DEglFramebuffer.cc89 bool EglFrameBuffer::beforeDraw() { in beforeDraw() function in android::companion::virtualcamera::EglFrameBuffer
/frameworks/av/services/camera/virtualcamera/
DVirtualCameraRenderThread.cc832 framebuffer.beforeDraw(); in renderIntoEglFramebuffer()