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

  /external/skia/src/sksl/
SkSLCPPCodeGenerator.cpp 599 int samplerIndex = 0;
610 name, samplerIndex);
614 ++samplerIndex;
    [all...]
  /external/skqp/src/sksl/
SkSLCPPCodeGenerator.cpp 599 int samplerIndex = 0;
610 name, samplerIndex);
614 ++samplerIndex;
    [all...]
  /external/swiftshader/src/OpenGL/libGL/
Program.cpp 215 GLint Program::getSamplerMapping(sw::SamplerType type, unsigned int samplerIndex)
222 ASSERT(samplerIndex < sizeof(samplersPS) / sizeof(samplersPS[0]));
224 if(samplersPS[samplerIndex].active)
226 logicalTextureUnit = samplersPS[samplerIndex].logicalTextureUnit;
230 ASSERT(samplerIndex < sizeof(samplersVS) / sizeof(samplersVS[0]));
232 if(samplersVS[samplerIndex].active)
234 logicalTextureUnit = samplersVS[samplerIndex].logicalTextureUnit;
249 TextureType Program::getSamplerTextureType(sw::SamplerType type, unsigned int samplerIndex)
254 ASSERT(samplerIndex < sizeof(samplersPS)/sizeof(samplersPS[0]));
255 ASSERT(samplersPS[samplerIndex].active)
    [all...]
  /external/swiftshader/src/OpenGL/libGLESv2/
Program.cpp 319 GLint Program::getSamplerMapping(sw::SamplerType type, unsigned int samplerIndex)
326 ASSERT(samplerIndex < sizeof(samplersPS) / sizeof(samplersPS[0]));
328 if(samplersPS[samplerIndex].active)
330 logicalTextureUnit = samplersPS[samplerIndex].logicalTextureUnit;
334 ASSERT(samplerIndex < sizeof(samplersVS) / sizeof(samplersVS[0]));
336 if(samplersVS[samplerIndex].active)
338 logicalTextureUnit = samplersVS[samplerIndex].logicalTextureUnit;
353 TextureType Program::getSamplerTextureType(sw::SamplerType type, unsigned int samplerIndex)
358 ASSERT(samplerIndex < sizeof(samplersPS)/sizeof(samplersPS[0]));
359 ASSERT(samplersPS[samplerIndex].active)
    [all...]

Completed in 92 milliseconds