Searched defs:LayerBase (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/libs/surfaceflinger/
H A DLayerBase.cpp32 #include "LayerBase.h"
48 const uint32_t LayerBase::typeInfo = 1;
49 const char* const LayerBase::typeID = "LayerBase";
51 const uint32_t LayerBaseClient::typeInfo = LayerBase::typeInfo | 2;
56 Vector<GLuint> LayerBase::deletedTextures;
58 int32_t LayerBase::sIdentity = 0;
60 LayerBase::LayerBase(SurfaceFlinger* flinger, DisplayID display) function in class:android::LayerBase
75 LayerBase
[all...]
H A DLayerBase.h43 class LayerBase class in namespace:android
63 static T dynamicCast(LayerBase* base) {
74 LayerBase(SurfaceFlinger* flinger, DisplayID display);
75 virtual ~LayerBase();
218 static int compareCurrentStateZ(LayerBase*const* layerA, LayerBase*const* layerB) {
280 class LayerBaseClient : public LayerBase

Completed in 4 milliseconds