OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DisplayList
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/core/java/android/view/
DisplayList.java
28
public abstract class
DisplayList
{
/frameworks/base/libs/hwui/
DisplayListRenderer.cpp
33
const char*
DisplayList
::OP_NAMES[] = {
72
void
DisplayList
::outputLogBuffer(int fd) {
80
fprintf(file, "\nRecent
DisplayList
operations\n");
91
DisplayList
::
DisplayList
(const DisplayListRenderer& recorder) {
95
DisplayList
::~
DisplayList
() {
99
void
DisplayList
::clearResources() {
138
void
DisplayList
::initFromDisplayListRenderer(const DisplayListRenderer& recorder, bool reusing) {
195
void
DisplayList
::init()
[
all
...]
DisplayListRenderer.h
58
class
DisplayList
{
60
DisplayList
(const DisplayListRenderer& recorder);
61
~
DisplayList
();
181
DisplayList
* getDisplayList() {
182
return (
DisplayList
*) getInt();
236
DisplayList
* getDisplayList(
DisplayList
*
displayList
);
266
bool drawDisplayList(
DisplayList
*
displayList
, uint32_t width, uint32_t height
[
all
...]
Completed in 20 milliseconds