HomeSort by relevance Sort by last modified time
    Searched defs:sh (Results 1 - 25 of 118) sorted by null

1 2 3 4 5

  /external/chromium_org/third_party/angle/src/compiler/translator/
RewriteElseBlocks.h 15 namespace sh namespace
UtilsHLSL.h 18 namespace sh namespace
util.h 27 namespace sh namespace
FlagStd140Structs.h 12 namespace sh namespace
SearchSymbol.cpp 14 namespace sh namespace
SearchSymbol.h 15 namespace sh namespace
DetectDiscontinuity.h 16 namespace sh namespace
UnfoldShortCircuit.h 15 namespace sh namespace
FlagStd140Structs.cpp 9 namespace sh namespace
UnfoldShortCircuit.cpp 17 namespace sh namespace
DetectDiscontinuity.cpp 15 namespace sh namespace
NodeSearch.h 14 namespace sh namespace
StructureHLSL.h 21 namespace sh namespace
UniformHLSL.h 15 namespace sh namespace
VariableInfo.h 14 namespace sh namespace
util.cpp 30 namespace sh namespace
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
sp_context.c 92 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][i])
164 unsigned i, sh; local
217 uint i, sh; local
    [all...]
sp_flush.c 55 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/libsepol/src/
handle.c 9 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)
29 assert(sh != NULL)
    [all...]
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_context.c 92 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][i])
164 unsigned i, sh; local
217 uint i, sh; local
    [all...]
sp_flush.c 55 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/apache-xml/src/main/java/org/apache/xml/serializer/
SerializerFactory.java 158 SerializationHandler sh = local
160 sh.setContentHandler( (ContentHandler) obj);
161 sh.setOutputFormat(format);
163 ser = sh;
  /art/compiler/
elf_stripper.cc 78 Elf32_Shdr* sh = elf_file->GetSectionHeader(i); local
79 CHECK(sh != nullptr);
80 const char* name = elf_file->GetString(*string_section, sh->sh_name);
83 section_headers.push_back(*sh);
92 section_headers.push_back(*sh);
  /external/chromium-trace/trace-viewer/third_party/gl-matrix/tasks/support/gl-matrix/
release_helper.rb 52 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/
DynamicHLSL.h 25 namespace sh namespace
64 const sh::Attribute shaderAttributes[]) const;
99 std::string generateAttributeConversionHLSL(const gl::VertexFormat &vertexFormat, const sh::ShaderVariable &shaderAttrib) const;

Completed in 356 milliseconds

1 2 3 4 5