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

  /external/chromium_org/third_party/angle/src/libGLESv2/
ProgramBinary.cpp 375 GLint logicalTextureUnit = -1;
383 logicalTextureUnit = mSamplersPS[samplerIndex].logicalTextureUnit;
390 logicalTextureUnit = mSamplersVS[samplerIndex].logicalTextureUnit;
396 if (logicalTextureUnit >= 0 && logicalTextureUnit < static_cast<GLint>(caps.maxCombinedTextureImageUnits))
398 return logicalTextureUnit;
947 mSamplersPS[samplerIndex].logicalTextureUnit = v[i][0];
963 mSamplersVS[samplerIndex].logicalTextureUnit = v[i][0]
    [all...]
ProgramBinary.h 207 GLint logicalTextureUnit;

Completed in 50 milliseconds