Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fNegativeShaderApiTests.cpp166 GLuint shaderPair[2]; in shader_binary() local
190 shaderPair[0] = ctx.glCreateShader(GL_VERTEX_SHADER); in shader_binary()
191 shaderPair[1] = ctx.glCreateShader(GL_FRAGMENT_SHADER); in shader_binary()
216 ctx.glShaderBinary(2, &shaderPair[0], binaryFormats[0], 0, -1); in shader_binary()
218 ctx.glShaderBinary(-1, &shaderPair[0], binaryFormats[0], 0, 0); in shader_binary()

Completed in 4 milliseconds