Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fNegativeShaderApiTests.cpp106 // make notAShader not a shader id in shader_source()
107 const GLuint notAShader = ctx.glCreateShader(GL_VERTEX_SHADER); in shader_source() local
108 ctx.glDeleteShader(notAShader); in shader_source()
111 ctx.glShaderSource(notAShader, 0, 0, 0); in shader_source()
133 const GLuint notAShader = ctx.glCreateShader(GL_VERTEX_SHADER); in compile_shader() local
134 ctx.glDeleteShader(notAShader); in compile_shader()
137 ctx.glCompileShader(notAShader); in compile_shader()
152 const GLuint notAShader = ctx.glCreateShader(GL_VERTEX_SHADER); in delete_shader() local
153 ctx.glDeleteShader(notAShader); in delete_shader()
156 ctx.glDeleteShader(notAShader); in delete_shader()
243 const GLuint notAShader = ctx.glCreateShader(GL_VERTEX_SHADER); attach_shader() local
295 const GLuint notAShader = ctx.glCreateShader(GL_VERTEX_SHADER); detach_shader() local
[all...]

Completed in 2 milliseconds