OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getSamplerTexture
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/angle/src/libGLESv2/
Context.h
336
Texture *
getSamplerTexture
(unsigned int sampler, TextureType type);
Context.cpp
1159
return static_cast<Texture2D*>(
getSamplerTexture
(mState.activeSampler, TEXTURE_2D));
1164
return static_cast<TextureCubeMap*>(
getSamplerTexture
(mState.activeSampler, TEXTURE_CUBE));
1167
Texture *Context::
getSamplerTexture
(unsigned int sampler, TextureType type)
[
all
...]
Completed in 25 milliseconds