OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mCurPixelSamplerStates
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/
Renderer11.h
258
gl::SamplerState
mCurPixelSamplerStates
[gl::MAX_TEXTURE_IMAGE_UNITS];
Renderer9.h
319
gl::SamplerState
mCurPixelSamplerStates
[gl::MAX_TEXTURE_IMAGE_UNITS];
Renderer11.cpp
540
if (mForceSetPixelSamplerStates[index] || memcmp(&samplerState, &
mCurPixelSamplerStates
[index], sizeof(gl::SamplerState)) != 0)
552
mCurPixelSamplerStates
[index] = samplerState;
[
all
...]
Renderer9.cpp
757
gl::SamplerState *appliedSamplers = (type == gl::SAMPLER_PIXEL) ?
mCurPixelSamplerStates
: mCurVertexSamplerStates;
[
all
...]
Completed in 193 milliseconds