OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:indicesPtr
(Results
1 - 4
of
4
) sorted by null
/external/eigen/Eigen/src/Core/
Transpositions.h
237
inline Map(const Index*
indicesPtr
)
238
: m_indices(
indicesPtr
)
241
inline Map(const Index*
indicesPtr
, Index size)
242
: m_indices(
indicesPtr
,size)
PermutationMatrix.h
438
inline Map(const Index*
indicesPtr
)
439
: m_indices(
indicesPtr
)
442
inline Map(const Index*
indicesPtr
, Index size)
443
: m_indices(
indicesPtr
,size)
/external/libgdx/gdx/jni/iosgl/
iosgl30.cpp
736
void*
indicesPtr
= getDirectBufferPointer( env, indices );
738
glGetActiveUniformsiv(program, uniformCount, (GLuint*)
indicesPtr
, pname, (GLint*)paramsPtr);
[
all
...]
/external/deqp/framework/opengl/simplereference/
sglrReferenceContext.cpp
[
all
...]
Completed in 546 milliseconds