Searched refs:compiled (Results 1 - 25 of 83) sorted by relevance

1234

/external/qemu/distrib/sdl-1.2.15/test/
H A Dtestver.c13 SDL_version compiled; local
28 SDL_VERSION(&compiled);
30 compiled.major, compiled.minor, compiled.patch);
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d11/shaders/
H A Dgenerate_shaders.bat23 call:BuildShader Passthrough2D11.hlsl VS_Passthrough2D vs_4_0 compiled\passthrough2d11vs.h %debug%
24 call:BuildShader Passthrough2D11.hlsl PS_PassthroughDepth2D ps_4_0 compiled\passthroughdepth2d11ps.h %debug%
25 call:BuildShader Passthrough2D11.hlsl PS_PassthroughRGBA2D ps_4_0 compiled\passthroughrgba2d11ps.h %debug%
26 call:BuildShader Passthrough2D11.hlsl PS_PassthroughRGBA2DUI ps_4_0 compiled\passthroughrgba2dui11ps.h %debug%
27 call:BuildShader Passthrough2D11.hlsl PS_PassthroughRGBA2DI ps_4_0 compiled\passthroughrgba2di11ps.h %debug%
28 call:BuildShader Passthrough2D11.hlsl PS_PassthroughRGB2D ps_4_0 compiled\passthroughrgb2d11ps.h %debug%
29 call:BuildShader Passthrough2D11.hlsl PS_PassthroughRGB2DUI ps_4_0 compiled\passthroughrgb2dui11ps.h %debug%
30 call:BuildShader Passthrough2D11.hlsl PS_PassthroughRGB2DI ps_4_0 compiled\passthroughrgb2di11ps.h %debug%
31 call:BuildShader Passthrough2D11.hlsl PS_PassthroughRG2D ps_4_0 compiled\passthroughrg2d11ps.h %debug%
32 call:BuildShader Passthrough2D11.hlsl PS_PassthroughRG2DUI ps_4_0 compiled\passthroughrg2dui11p
[all...]
/external/chromium_org/tools/json_schema_compiler/
H A Djson_schema_test.py11 compiled = [
79 self.assertEquals(compiled, json_schema.DeleteNodes(schema, 'nocompile'))
/external/llvm/test/MC/Mips/
H A Delf_eflags_abicalls.s3 # This *MUST* match the output of gas compiled with the same triple.
H A Delf_eflags_noreorder.s3 # This *MUST* match the output of gas compiled with the same triple.
H A Delf_eflags_pic0.s3 # This *MUST* match the output of gas compiled with the same triple.
H A Delf_eflags_pic2.s3 # This *MUST* match the output of gas compiled with the same triple.
H A Delf_eflags_micromips.s3 # This *MUST* match the output of gas compiled with the same triple.
H A Delf_eflags_mips16.s3 # This *MUST* match the output of gas compiled with the same triple.
H A Delf_eflags_nan2008.s7 # This *MUST* match the output of gas compiled with the same triple.
H A Delf_eflags_nanlegacy.s7 # This *MUST* match the output of gas compiled with the same triple.
H A Delf_reginfo.s1 # These *MUST* match the output of gas compiled with the same triple and
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d9/shaders/
H A Dgenerate_shaders.bat23 call:BuildShader Blit.vs standardvs vs_2_0 compiled\standardvs.h %debug%
24 call:BuildShader Blit.vs flipyvs vs_2_0 compiled\flipyvs.h %debug%
25 call:BuildShader Blit.ps passthroughps ps_2_0 compiled\passthroughps.h %debug%
26 call:BuildShader Blit.ps luminanceps ps_2_0 compiled\luminanceps.h %debug%
27 call:BuildShader Blit.ps componentmaskps ps_2_0 compiled\componentmaskps.h %debug%
32 echo %successCount% shaders compiled successfully.
/external/chromium_org/third_party/closure_compiler/tools/
H A Dcompile_coverage.py78 # All the files that are already compiled.
79 compiled = set()
93 compiled.add(os.path.abspath(target_file))
94 compiled.update(processor.Processor(target_file).included_files)
99 compiled.update([os.path.abspath(d) for d in rel_depends])
101 compiled_lines = sum(map(num_lines, compiled))
102 print 'compiled: %d files, %d lines' % (len(compiled), compiled_lines)
/external/chromium_org/third_party/skia/src/gpu/gl/builders/
H A DGrGLShaderStringBuilder.cpp51 GrGLint compiled = GR_GL_INIT_ZERO; local
52 GR_GL_CALL(gli, GetShaderiv(shaderId, GR_GL_COMPILE_STATUS, &compiled));
54 if (!compiled) {
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
H A Dlp_bld_init.h48 unsigned compiled; member in struct:gallivm_state
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_init.h48 unsigned compiled; member in struct:gallivm_state
/external/chromium_org/cc/output/
H A Dprogram_binding.cc91 int compiled = 0; local
92 context->GetShaderiv(shader, GL_COMPILE_STATUS, &compiled);
93 if (!compiled)
/external/valgrind/main/drd/tests/
H A Datomic_var.c22 #error Sorry, but this test program can only be compiled by a compiler that\
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xa/
H A DREADME42 Since Gallium3D is not versioned, the Xorg state tracker needs to be compiled
/external/chromium_org/third_party/sqlite/src/ext/fts2/
H A Dmkfts2amal.tcl30 ** code files into this single large file, the entire code can be compiled
32 ** that would not be possible if the files were compiled separately. It also
/external/chromium_org/third_party/sqlite/src/ext/fts3/
H A Dmkfts3amal.tcl30 ** code files into this single large file, the entire code can be compiled
32 ** that would not be possible if the files were compiled separately. It also
/external/mesa3d/src/gallium/state_trackers/xa/
H A DREADME42 Since Gallium3D is not versioned, the Xorg state tracker needs to be compiled
/external/chromium_org/third_party/webrtc/modules/video_render/ios/
H A Dopen_gles20.mm172 GLint compiled = 0;
173 glGetShaderiv(shader, GL_COMPILE_STATUS, &compiled);
174 if (!compiled) {
/external/checkpolicy/
H A DAndroid.mk26 # "-x c" forces the lex/yacc files to be compiled as c

Completed in 587 milliseconds

1234