Home
last modified time | relevance | path

Searched refs:maxTexImageUnits (Results 1 - 2 of 2) sorted by relevance

/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fNegativeShaderApiTests.cpp505 int maxTexImageUnits; in init()
507 glGetIntegerv (GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS, &maxTexImageUnits); in init()
511 glBindSampler (maxTexImageUnits, sampler); in init()
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fNegativeShaderApiTests.cpp602 int maxTexImageUnits = 0x1234; in bind_sampler() local
604 ctx.glGetIntegerv (GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS, &maxTexImageUnits); in bind_sampler()
608 ctx.glBindSampler (maxTexImageUnits, sampler); in bind_sampler()

Completed in 7 milliseconds