HomeSort by relevance Sort by last modified time
    Searched refs:SAMPLER_PIXEL (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/angle_dx11/src/libGLESv2/
angletypes.h 26 SAMPLER_PIXEL,
ProgramBinary.cpp 143 case SAMPLER_PIXEL:
176 case SAMPLER_PIXEL:
209 case SAMPLER_PIXEL:
    [all...]
Context.cpp     [all...]
  /external/chromium_org/third_party/angle_dx11/src/libGLESv2/renderer/
Renderer9.cpp 732 bool *forceSetSamplers = (type == gl::SAMPLER_PIXEL) ? mForceSetPixelSamplerStates : mForceSetVertexSamplerStates;
733 gl::SamplerState *appliedSamplers = (type == gl::SAMPLER_PIXEL) ? mCurPixelSamplerStates: mCurVertexSamplerStates;
737 int d3dSamplerOffset = (type == gl::SAMPLER_PIXEL) ? 0 : D3DVERTEXTEXTURESAMPLER0;
761 int d3dSamplerOffset = (type == gl::SAMPLER_PIXEL) ? 0 : D3DVERTEXTEXTURESAMPLER0;
767 unsigned int *appliedSerials = (type == gl::SAMPLER_PIXEL) ? mCurPixelTextureSerials : mCurVertexTextureSerials;
    [all...]
Renderer11.cpp 535 if (type == gl::SAMPLER_PIXEL)
611 if (type == gl::SAMPLER_PIXEL)
    [all...]

Completed in 1819 milliseconds