Home
last modified time | relevance | path

Searched refs:getNativeID (Results 1 – 7 of 7) sorted by relevance

/external/angle/src/libANGLE/renderer/
DTextureImpl.cpp105 GLint TextureImpl::getNativeID() const in getNativeID() function in rx::TextureImpl
DTextureImpl.h187 virtual GLint getNativeID() const;
/external/angle/src/libANGLE/renderer/gl/
DTextureGL.h186 GLint getNativeID() const override;
DTextureGL.cpp1313 GLint TextureGL::getNativeID() const in getNativeID() function in rx::TextureGL
/external/angle/src/libANGLE/
DTexture.h530 GLuint getNativeID() const;
DTexture.cpp1767 GLuint Texture::getNativeID() const in getNativeID() function in gl::Texture
1769 return mTexture->getNativeID(); in getNativeID()
Dqueryutils.cpp330 *params = CastFromSpecialValue<isGLfixed, ParamType>(pname, texture->getNativeID()); in QueryTexParameterBase()