OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:samplerTexture
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/angle/src/libGLESv2/
Context.cpp
216
mState.
samplerTexture
[type][sampler].set(NULL);
875
mState.
samplerTexture
[TEXTURE_2D][mState.activeSampler].set(getTexture(texture));
882
mState.
samplerTexture
[TEXTURE_CUBE][mState.activeSampler].set(getTexture(texture));
1169
GLuint texid = mState.
samplerTexture
[type][sampler].id();
1181
return mState.
samplerTexture
[type][sampler].get();
[
all
...]
Context.h
161
BindingPointer<Texture>
samplerTexture
[TEXTURE_TYPE_COUNT][IMPLEMENTATION_MAX_COMBINED_TEXTURE_IMAGE_UNITS];
Completed in 525 milliseconds