OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isTextureWithId
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/angle/src/libGLESv2/
FramebufferAttachment.h
53
bool
isTextureWithId
(GLuint textureId) const { return isTexture() && id() == textureId; }
Framebuffer.cpp
218
if (attachment && attachment->
isTextureWithId
(textureId))
224
if (mDepthbuffer && mDepthbuffer->
isTextureWithId
(textureId))
229
if (mStencilbuffer && mStencilbuffer->
isTextureWithId
(textureId))
Completed in 52 milliseconds