HomeSort by relevance Sort by last modified time
    Searched defs:samplerState (Results 1 - 2 of 2) sorted by null

  /external/deqp/modules/glshared/
glsSamplerObjectTest.hpp 60 SamplingState samplerState;
119 SamplingState samplerState;
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d11/
Renderer11.cpp 433 void Renderer11::setSamplerState(gl::SamplerType type, int index, const gl::SamplerState &samplerState)
439 if (mForceSetPixelSamplerStates[index] || memcmp(&samplerState, &mCurPixelSamplerStates[index], sizeof(gl::SamplerState)) != 0)
442 gl::Error error = mStateCache.getSamplerState(samplerState, &dxSamplerState);
452 mCurPixelSamplerStates[index] = samplerState;
461 if (mForceSetVertexSamplerStates[index] || memcmp(&samplerState, &mCurVertexSamplerStates[index], sizeof(gl::SamplerState)) != 0)
464 gl::Error error = mStateCache.getSamplerState(samplerState, &dxSamplerState);
474 mCurVertexSamplerStates[index] = samplerState;
    [all...]

Completed in 181 milliseconds