Searched defs:sh (Results 1 - 25 of 154) sorted by relevance

1234567

/external/chromium_org/third_party/angle/src/compiler/translator/
H A DRewriteElseBlocks.h15 namespace sh namespace
H A DUtilsHLSL.h18 namespace sh namespace
H A DSearchSymbol.h15 namespace sh namespace
H A Dutil.h27 namespace sh namespace
H A DDetectDiscontinuity.h16 namespace sh namespace
H A DFlagStd140Structs.h12 namespace sh namespace
H A DUnfoldShortCircuit.h15 namespace sh namespace
H A DSearchSymbol.cpp14 namespace sh namespace
H A DDetectDiscontinuity.cpp15 namespace sh namespace
H A DFlagStd140Structs.cpp9 namespace sh namespace
H A DNodeSearch.h14 namespace sh namespace
H A DUnfoldShortCircuit.cpp17 namespace sh namespace
H A DUniformHLSL.h15 namespace sh namespace
H A DVariableInfo.h14 namespace sh namespace
H A DStructureHLSL.h21 namespace sh namespace
/external/chromium-trace/trace-viewer/third_party/gl-matrix/tasks/support/gl-matrix/
H A Drelease_helper.rb52 if sh('git tag').split(/\n/).include?(version_tag)
66 sh "git tag -a -m \"Version #{version}\" #{version_tag}"
87 def sh(cmd, &block) method in class:GLMatrix
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/
H A DDynamicHLSL.h25 namespace sh namespace
64 const sh::Attribute shaderAttributes[]) const;
99 std::string generateAttributeConversionHLSL(const gl::VertexFormat &vertexFormat, const sh::ShaderVariable &shaderAttrib) const;
/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dstandalone_scaffolding.cpp38 struct gl_shader *sh)
41 *ptr = sh;
37 _mesa_reference_shader(struct gl_context *ctx, struct gl_shader **ptr, struct gl_shader *sh) argument
/external/chromium_org/third_party/webrtc/common_audio/signal_processing/
H A Dspl_sqrt.c135 int16_t x_norm, nshift, t16, sh; local
145 sh = WebRtcSpl_NormW32(A); // # shifts to normalize A
146 A = WEBRTC_SPL_LSHIFT_W32(A, sh); // Normalize A
157 nshift = WEBRTC_SPL_RSHIFT_W16(sh, 1); // nshift = sh>>1
164 if ((-2 * nshift) == sh)
/external/libsepol/src/
H A Dhandle.c9 sepol_handle_t *sh = malloc(sizeof(sepol_handle_t)); local
10 if (sh == NULL)
14 sh->msg_callback = sepol_msg_default_handler;
15 sh->msg_callback_arg = NULL;
18 sh->disable_dontaudit = 0;
19 sh->expand_consume_base = 0;
22 sh->preserve_tunables = 0;
24 return sh;
27 int sepol_get_preserve_tunables(sepol_handle_t *sh) argument
29 assert(sh !
33 sepol_set_preserve_tunables(sepol_handle_t * sh, int preserve_tunables) argument
39 sepol_get_disable_dontaudit(sepol_handle_t *sh) argument
45 sepol_set_disable_dontaudit(sepol_handle_t * sh, int disable_dontaudit) argument
51 sepol_set_expand_consume_base(sepol_handle_t *sh, int consume_base) argument
57 sepol_handle_destroy(sepol_handle_t * sh) argument
[all...]
/external/mesa3d/src/glsl/
H A Dstandalone_scaffolding.cpp38 struct gl_shader *sh)
41 *ptr = sh;
37 _mesa_reference_shader(struct gl_context *ctx, struct gl_shader **ptr, struct gl_shader *sh) argument
/external/webrtc/src/common_audio/signal_processing/
H A Dspl_sqrt.c135 WebRtc_Word16 x_norm, nshift, t16, sh; local
145 sh = WebRtcSpl_NormW32(A); // # shifts to normalize A
146 A = WEBRTC_SPL_LSHIFT_W32(A, sh); // Normalize A
157 nshift = WEBRTC_SPL_RSHIFT_W16(sh, 1); // nshift = sh>>1
164 if ((-2 * nshift) == sh)
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
H A Dsp_context.c92 uint i, sh; local
125 for (sh = 0; sh < Elements(softpipe->tex_cache); sh++) {
127 sp_destroy_tex_tile_cache(softpipe->tex_cache[sh][i]);
128 pipe_sampler_view_reference(&softpipe->sampler_views[sh][i], NULL);
132 for (sh = 0; sh < Elements(softpipe->constants); sh++) {
134 if (softpipe->constants[sh][
164 unsigned i, sh; local
217 uint i, sh; local
[all...]
H A Dsp_flush.c55 unsigned sh; local
57 for (sh = 0; sh < Elements(softpipe->tex_cache); sh++) {
58 for (i = 0; i < softpipe->num_sampler_views[sh]; i++) {
59 sp_flush_tex_tile_cache(softpipe->tex_cache[sh][i]);
/external/chromium_org/third_party/mesa/src/src/glsl/glcpp/
H A Dglcpp.c35 struct gl_shader *sh)
38 *ptr = sh;
34 _mesa_reference_shader(struct gl_context *ctx, struct gl_shader **ptr, struct gl_shader *sh) argument

Completed in 322 milliseconds

1234567