Searched defs:MAX_TEXTURE_IMAGE_UNITS (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
H A DProgram.cpp206 if (logicalTextureUnit >= 0 && logicalTextureUnit < MAX_TEXTURE_IMAGE_UNITS)
909 for (unsigned int index = 0; index < MAX_TEXTURE_IMAGE_UNITS; ++index)
2233 if (samplerIndex < MAX_TEXTURE_IMAGE_UNITS)
2447 for (int index = 0; index < MAX_TEXTURE_IMAGE_UNITS; index++)
2768 for (unsigned int i = 0; i < MAX_TEXTURE_IMAGE_UNITS; ++i)
197 assert(samplerIndex < sizeof(mSamplers)/sizeof(mSamplers[0])); GLint logicalTextureUnit = -1; if (mSamplers[samplerIndex].active) { logicalTextureUnit = mSamplers[samplerIndex].logicalTextureUnit; } if (logicalTextureUnit >= 0 && logicalTextureUnit < MAX_TEXTURE_IMAGE_UNITS) argument
H A DContext.h64 MAX_TEXTURE_IMAGE_UNITS = 16, enumerator in enum:gl::__anon15697
215 BindingPointer<Texture> samplerTexture[SAMPLER_TYPE_COUNT][MAX_TEXTURE_IMAGE_UNITS];
/external/webkit/Source/WebCore/platform/graphics/
H A DGraphicsContext3D.h253 MAX_TEXTURE_IMAGE_UNITS = 0x8872, enumerator in enum:WebCore::GraphicsContext3D::__anon15874

Completed in 226 milliseconds