OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mMaxFragmentUniformVectors
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/libs/rs/
rsContext.h
198
int32_t
mMaxFragmentUniformVectors
;
rsContext.cpp
572
glGetIntegerv(GL_MAX_FRAGMENT_UNIFORM_VECTORS, &mGL.
mMaxFragmentUniformVectors
);
827
LOGV("MAX Uniforms %i, %i", mGL.mMaxVertexUniformVectors, mGL.
mMaxFragmentUniformVectors
);
Completed in 10 milliseconds