Searched defs:maxTextureUnits (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/libs/hwui/
H A DCaches.cpp135 GLint maxTextureUnits; local
136 glGetIntegerv(GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS, &maxTextureUnits);
137 if (maxTextureUnits < REQUIRED_TEXTURE_UNITS_COUNT) {
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DImageShader.java577 public static int maxTextureUnits() { method in class:ImageShader
681 if (count > maxTextureUnits()) {
683 + "maximum number of allowed texture units (" + maxTextureUnits() + ")!");

Completed in 128 milliseconds