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

/frameworks/base/media/mca/filterfw/native/core/
H A Dgl_env.cpp79 bool GLEnv::IsInitialized() const { function in class:android::filterfw::GLEnv
114 if (IsInitialized())
127 if (IsInitialized()) {
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.cpp2038 bool GLMessage_DataType::IsInitialized() const { function in class:android::gltrace::GLMessage_DataType
2269 bool GLMessage_FrameBuffer::IsInitialized() const { function in class:android::gltrace::GLMessage_FrameBuffer
2675 bool GLMessage::IsInitialized() const { function in class:android::gltrace::GLMessage
2679 if (!this->args(i).IsInitialized()) return false;
2682 if (!this->returnvalue().IsInitialized()) return false;
2685 if (!this->fb().IsInitialized()) return false;

Completed in 54 milliseconds