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

/external/deqp/modules/gles31/functional/
H A Des31fNegativeShaderApiTests.cpp232 void attach_shader (NegativeTestContext& ctx) function in namespace:deqp::gles31::Functional::NegativeTestShared
2428 {attach_shader, "attach_shader", "Invalid glAttachShader() usage" },
/external/mesa3d/src/mesa/main/
H A Dshaderapi.c209 attach_shader(struct gl_context *ctx, GLuint program, GLuint shader) function
1013 attach_shader(ctx, program, shader);
1021 attach_shader(ctx, program, shader);
1690 attach_shader(ctx, program, shader);

Completed in 97 milliseconds