HomeSort by relevance Sort by last modified time
    Searched refs:getGLType (Results 1 - 5 of 5) sorted by null

  /frameworks/base/libs/rs/
rsComponent.h 36 uint32_t getGLType() const;
rsElement.h 35 uint32_t getGLType() const;
rsType.cpp 150 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();
rsComponent.cpp 159 uint32_t Component::getGLType() const
rsAllocation.cpp 137 GLenum type = mType->getElement()->getComponent().getGLType();
479 GLenum srcGLType = src->getComponent().getGLType();
481 GLenum dstGLType = dst->getComponent().getGLType();

Completed in 52 milliseconds