OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetupGraphics
(Results
1 - 7
of
7
) sorted by null
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic_renderer/
Renderer.h
20
bool
SetupGraphics
(FrameBuffer* buffer);
21
bool
SetupGraphics
(int width, int height);
Renderer.cpp
115
bool Renderer::
SetupGraphics
(int width, int height)
146
bool Renderer::
SetupGraphics
(FrameBuffer* buffer)
179
SetupGraphics
(mSurfaceWidth, mSurfaceHeight) :
180
SetupGraphics
(mFrameBuffer);
YVURenderer.cpp
82
SetupGraphics
(mSurfaceWidth, mSurfaceHeight) :
83
SetupGraphics
(mFrameBuffer);
SurfaceTextureRenderer.cpp
124
SetupGraphics
(mSurfaceWidth, mSurfaceHeight) :
125
SetupGraphics
(mFrameBuffer);
WarpRenderer.cpp
117
SetupGraphics
(mSurfaceWidth, mSurfaceHeight) :
118
SetupGraphics
(mFrameBuffer);
/packages/apps/LegacyCamera/jni/
mosaic_renderer_jni.cpp
572
gSurfTexRenderer[LR].
SetupGraphics
(&gBufferInput[LR]);
579
gSurfTexRenderer[HR].
SetupGraphics
(&gBufferInput[HR]);
586
gYVURenderer[LR].
SetupGraphics
(&gBufferInputYVU[LR]);
591
gYVURenderer[HR].
SetupGraphics
(&gBufferInputYVU[HR]);
597
gWarper1.
SetupGraphics
(&gBuffer[gCurrentFBOIndex]);
605
gWarper2.
SetupGraphics
(&gBuffer[gCurrentFBOIndex]);
614
gPreview.
SetupGraphics
(width, height);
697
gWarper2.
SetupGraphics
(&gBuffer[gCurrentFBOIndex]);
710
gWarper1.
SetupGraphics
(&gBuffer[gCurrentFBOIndex]);
715
gWarper2.
SetupGraphics
(&gBuffer[gCurrentFBOIndex])
[
all
...]
/device/linaro/bootloader/edk2/OvmfPkg/Library/LoadLinuxLib/
Linux.c
565
SetupGraphics
(
615
SetupGraphics
(Bp);
Completed in 103 milliseconds