/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);
|
/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 | 490 template <size_t ..._Indices> 492 void __execute(__tuple_indices<_Indices...>) 494 __invoke(_VSTD::move(_VSTD::get<0>(__f_)), _VSTD::move(_VSTD::get<_Indices>(__f_))...);
|
thread | 328 template <class _Fp, class ..._Args, size_t ..._Indices> 331 __thread_execute(tuple<_Fp, _Args...>& __t, __tuple_indices<_Indices...>) 333 __invoke(_VSTD::move(_VSTD::get<0>(__t)), _VSTD::move(_VSTD::get<_Indices>(__t))...);
|
future | [all...] |
tuple | [all...] |
/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...] |
tuple | 995 template<typename _Ret, typename _Indices, typename... _Tpls> [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...] |
tuple | 995 template<typename _Ret, typename _Indices, typename... _Tpls> [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...] |
tuple | 997 template<typename _Ret, typename _Indices, typename... _Tpls> [all...] |
/external/llvm/lib/Target/CppBackend/ |
CPPBackend.cpp | 816 Out << "std::vector<Constant*> " << constName << "_indices;"; 821 Out << constName << "_indices.push_back(" 828 << constName << "_indices);"; [all...] |
/frameworks/base/core/jni/ |
android_opengl_GLES30.cpp | 3103 GLuint* _indices = NULL; local 3181 GLuint* _indices = NULL; local [all...] |