HomeSort by relevance Sort by last modified time
    Searched full:_indices (Results 1 - 25 of 46) sorted by null

1 2

  /frameworks/native/opengl/tools/glgen/stubs/gles11/
glGetUniformIndices.cpp 13 GLuint* _indices = NULL; local
54 _indices = _indices_base + uniformIndicesOffset;
56 glGetUniformIndices(program, _count, _names, _indices);
91 GLuint* _indices = NULL; local
120 _indices = (GLuint*)getPointer(_env, uniformIndices_buf,
123 if (!_indices) {
126 _indices = (GLuint*)(_indicesBase + _uniformIndicesOffset);
135 glGetUniformIndices(program, _count, _names, _indices);
  /external/libcxx/include/
__tuple 159 template <size_t _Sp, size_t ..._Indices, size_t _Ep>
160 struct __make_indices_imp<_Sp, __tuple_indices<_Indices...>, _Ep>
162 typedef typename __make_indices_imp<_Sp+1, __tuple_indices<_Indices..., _Sp>, _Ep>::type type;
165 template <size_t _Ep, size_t ..._Indices>
166 struct __make_indices_imp<_Ep, __tuple_indices<_Indices...>, _Ep>
168 typedef __tuple_indices<_Indices...> type;
mutex 495 template <size_t ..._Indices>
497 void __execute(__tuple_indices<_Indices...>)
499 __invoke(_VSTD::move(_VSTD::get<0>(__f_)), _VSTD::move(_VSTD::get<_Indices>(__f_))...);
thread 332 template <class _Fp, class ..._Args, size_t ..._Indices>
335 __thread_execute(tuple<_Fp, _Args...>& __t, __tuple_indices<_Indices...>)
337 __invoke(_VSTD::move(_VSTD::get<0>(__t)), _VSTD::move(_VSTD::get<_Indices>(__t))...);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
__tuple 133 template <size_t _Sp, size_t ..._Indices, size_t _Ep>
134 struct __make_indices_imp<_Sp, __tuple_indices<_Indices...>, _Ep>
136 typedef typename __make_indices_imp<_Sp+1, __tuple_indices<_Indices..., _Sp>, _Ep>::type type;
139 template <size_t _Ep, size_t ..._Indices>
140 struct __make_indices_imp<_Ep, __tuple_indices<_Indices...>, _Ep>
142 typedef __tuple_indices<_Indices...> type;
mutex 494 template <size_t ..._Indices>
496 void __execute(__tuple_indices<_Indices...>)
498 __invoke(_VSTD::move(_VSTD::get<0>(__f_)), _VSTD::move(_VSTD::get<_Indices>(__f_))...);
thread 329 template <class _Fp, class ..._Args, size_t ..._Indices>
332 __thread_execute(tuple<_Fp, _Args...>& __t, __tuple_indices<_Indices...>)
334 __invoke(_VSTD::move(_VSTD::get<0>(__t)), _VSTD::move(_VSTD::get<_Indices>(__t))...);
  /prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/libcxx/include/
__tuple 133 template <size_t _Sp, size_t ..._Indices, size_t _Ep>
134 struct __make_indices_imp<_Sp, __tuple_indices<_Indices...>, _Ep>
136 typedef typename __make_indices_imp<_Sp+1, __tuple_indices<_Indices..., _Sp>, _Ep>::type type;
139 template <size_t _Ep, size_t ..._Indices>
140 struct __make_indices_imp<_Ep, __tuple_indices<_Indices...>, _Ep>
142 typedef __tuple_indices<_Indices...> type;
mutex 494 template <size_t ..._Indices>
496 void __execute(__tuple_indices<_Indices...>)
498 __invoke(_VSTD::move(_VSTD::get<0>(__f_)), _VSTD::move(_VSTD::get<_Indices>(__f_))...);
thread 329 template <class _Fp, class ..._Args, size_t ..._Indices>
332 __thread_execute(tuple<_Fp, _Args...>& __t, __tuple_indices<_Indices...>)
334 __invoke(_VSTD::move(_VSTD::get<0>(__t)), _VSTD::move(_VSTD::get<_Indices>(__t))...);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/
scoped_allocator 237 template<std::size_t... _Indices>
240 _Index_tuple<_Indices...>)
242 _M_inner(_S_select_on_copy(std::get<_Indices+1>(__refs))...)
355 _Indices;
356 return scoped_allocator_adaptor(_M_tie(), _Indices());
functional     [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/
scoped_allocator 237 template<std::size_t... _Indices>
240 _Index_tuple<_Indices...>)
242 _M_inner(_S_select_on_copy(std::get<_Indices+1>(__refs))...)
355 _Indices;
356 return scoped_allocator_adaptor(_M_tie(), _Indices());
functional     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/
scoped_allocator 242 template<std::size_t... _Indices>
245 _Index_tuple<_Indices...>)
247 _M_inner(_S_select_on_copy(std::get<_Indices+1>(__refs))...)
408 _Indices;
409 return scoped_allocator_adaptor(_M_tie(), _Indices());
functional     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/
scoped_allocator 242 template<std::size_t... _Indices>
245 _Index_tuple<_Indices...>)
247 _M_inner(_S_select_on_copy(std::get<_Indices+1>(__refs))...)
408 _Indices;
409 return scoped_allocator_adaptor(_M_tie(), _Indices());
functional     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/
scoped_allocator 242 template<std::size_t... _Indices>
245 _Index_tuple<_Indices...>)
247 _M_inner(_S_select_on_copy(std::get<_Indices+1>(__refs))...)
408 _Indices;
409 return scoped_allocator_adaptor(_M_tie(), _Indices());
functional     [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/
scoped_allocator 242 template<std::size_t... _Indices>
245 _Index_tuple<_Indices...>)
247 _M_inner(_S_select_on_copy(std::get<_Indices+1>(__refs))...)
408 _Indices;
409 return scoped_allocator_adaptor(_M_tie(), _Indices());
functional     [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/
scoped_allocator 242 template<std::size_t... _Indices>
245 _Index_tuple<_Indices...>)
247 _M_inner(_S_select_on_copy(std::get<_Indices+1>(__refs))...)
408 _Indices;
409 return scoped_allocator_adaptor(_M_tie(), _Indices());
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp 829 Out << "std::vector<Constant*> " << constName << "_indices;";
834 Out << constName << "_indices.push_back("
841 << constName << "_indices);";
    [all...]
  /frameworks/base/core/jni/
android_opengl_GLES30.cpp 3226 GLuint* _indices = NULL; local
3304 GLuint* _indices = NULL; local
    [all...]

Completed in 324 milliseconds

1 2