Searched defs:shaders (Results 1 - 12 of 12) sorted by relevance

/prebuilts/misc/windows/sdl2/test/
H A Dtestgles2.c197 const char *shaders[1] = { NULL }; local
202 shaders[0] = source;
204 GL_CHECK(ctx.glShaderSource(*shader, 1, shaders, NULL));
207 shaders[0] = NULL;
596 /* Create shader_program (ready to attach shaders) */
599 /* Attach shaders and link shader_program */
H A Dtestshader.c12 /* This is a simple example of using GLSL shaders with SDL */
39 static ShaderData shaders[NUM_SHADERS] = { variable
244 /* Compile all the shaders */
246 if (!CompileShaderProgram(&shaders[i])) {
261 DestroyShaderProgram(&shaders[i]);
393 glUseProgramObjectARB(shaders[current_shader].program);
/prebuilts/ndk/current/sources/third_party/vulkan/src/layers/
H A Dcore_validation.cpp1347 /* see through the ptr -- this is only ever at the toplevel for graphics shaders;
2769 // While validating shaders capture which slots are used by the pipeline
2852 // Validate that the shaders used by the given pipeline and store the active_slots
2862 shader_module *shaders[5]; local
2863 memset(shaders, 0, sizeof(shaders));
2873 &shaders[stage_id], &entrypoints[stage_id],
2887 if (shaders[vertex_stage]) {
2888 pass &= validate_vi_against_vs_inputs(report_data, vi, shaders[vertex_stage], entrypoints[vertex_stage]);
2894 while (!shaders[produce
[all...]
/prebuilts/ndk/r16/sources/third_party/vulkan/src/layers/
H A Dcore_validation.cpp1347 /* see through the ptr -- this is only ever at the toplevel for graphics shaders;
2769 // While validating shaders capture which slots are used by the pipeline
2852 // Validate that the shaders used by the given pipeline and store the active_slots
2862 shader_module *shaders[5]; local
2863 memset(shaders, 0, sizeof(shaders));
2873 &shaders[stage_id], &entrypoints[stage_id],
2887 if (shaders[vertex_stage]) {
2888 pass &= validate_vi_against_vs_inputs(report_data, vi, shaders[vertex_stage], entrypoints[vertex_stage]);
2894 while (!shaders[produce
[all...]
/prebuilts/gradle-plugin/com/android/tools/build/gradle-core/2.1.0/
H A Dgradle-core-2.1.0.jarMETA-INF/ META-INF/MANIFEST.MF ProcessTestManifest.class ProcessTestManifest.groovy package public ProcessTestManifest extends ...
/prebuilts/gradle-plugin/com/android/tools/build/gradle-core/2.1.0-alpha3/
H A Dgradle-core-2.1.0-alpha3.jarMETA-INF/ META-INF/MANIFEST.MF ProcessTestManifest.class ProcessTestManifest.groovy package public ProcessTestManifest extends ...
/prebuilts/gradle-plugin/com/android/tools/build/gradle-core/2.1.0-alpha4/
H A Dgradle-core-2.1.0-alpha4.jarMETA-INF/ META-INF/MANIFEST.MF ProcessTestManifest.class ProcessTestManifest.groovy package public ProcessTestManifest extends ...
/prebuilts/gradle-plugin/com/android/tools/build/gradle-core/2.1.0-beta1/
H A Dgradle-core-2.1.0-beta1.jarMETA-INF/ META-INF/MANIFEST.MF ProcessTestManifest.class ProcessTestManifest.groovy package public ProcessTestManifest extends ...
/prebuilts/gradle-plugin/com/android/tools/build/gradle-core/2.1.0-beta3/
H A Dgradle-core-2.1.0-beta3.jarMETA-INF/ META-INF/MANIFEST.MF ProcessTestManifest.class ProcessTestManifest.groovy package public ProcessTestManifest extends ...
/prebuilts/gradle-plugin/com/android/tools/build/gradle-core/2.1.0-rc1/
H A Dgradle-core-2.1.0-rc1.jarMETA-INF/ META-INF/MANIFEST.MF ProcessTestManifest.class ProcessTestManifest.groovy package public ProcessTestManifest extends ...
/prebuilts/gradle-plugin/com/android/tools/build/gradle-core/2.1.2/
H A Dgradle-core-2.1.2.jarMETA-INF/ META-INF/MANIFEST.MF ProcessTestManifest.class ProcessTestManifest.groovy package public ProcessTestManifest extends ...
/prebuilts/gradle-plugin/com/android/tools/build/gradle-core/2.1.3/
H A Dgradle-core-2.1.3.jarMETA-INF/ META-INF/MANIFEST.MF ProcessTestManifest.class ProcessTestManifest.groovy package public ProcessTestManifest extends ...

Completed in 381 milliseconds