Searched refs:getGLType (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/libs/rs/
H A DrsComponent.h36 uint32_t getGLType() const;
H A DrsElement.h35 uint32_t getGLType() const;
H A DrsType.cpp150 mGL.mUser[userNum].type = c.getGLType();
160 mGL.mVtx.type = c.getGLType();
169 mGL.mColor.type = c.getGLType();
178 mGL.mNorm.type = c.getGLType();
187 mGL.mTex.type = c.getGLType();
196 mGL.mPointSize.type = c.getGLType();
H A DrsComponent.cpp159 uint32_t Component::getGLType() const function in class:Component
H A DrsAllocation.cpp137 GLenum type = mType->getElement()->getComponent().getGLType();
479 GLenum srcGLType = src->getComponent().getGLType();
481 GLenum dstGLType = dst->getComponent().getGLType();

Completed in 49 milliseconds