Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/
DTextureImpl.cpp147 GLint TextureImpl::getNativeID() const in getNativeID() function in rx::TextureImpl
DTextureImpl.h219 virtual GLint getNativeID() const;
/external/angle/src/libANGLE/renderer/gl/
DTextureGL.h188 GLint getNativeID() const override;
DTextureGL.cpp1421 GLint TextureGL::getNativeID() const in getNativeID() function in rx::TextureGL
/external/angle/src/libANGLE/
DTexture.h544 GLuint getNativeID() const;
DTexture.cpp2041 GLuint Texture::getNativeID() const in getNativeID() function in gl::Texture
2043 return mTexture->getNativeID(); in getNativeID()
Dqueryutils.cpp350 *params = CastFromSpecialValue<isGLfixed, ParamType>(pname, texture->getNativeID()); in QueryTexParameterBase()