OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nLocations
(Results
1 - 4
of
4
) sorted by null
/development/tools/emulator/opengl/shared/OpenglCodecCommon/
GLDecoderContextData.h
44
GLDecoderContextData(int
nLocations
= CODEC_MAX_VERTEX_ATTRIBUTES) :
45
m_nLocations(
nLocations
)
GLClientState.cpp
28
GLClientState::GLClientState(int
nLocations
)
30
if (
nLocations
< LAST_LOCATION) {
31
nLocations
= LAST_LOCATION;
33
m_nLocations =
nLocations
;
GLClientState.h
78
GLClientState(int
nLocations
= CODEC_MAX_VERTEX_ATTRIBUTES);
80
int
nLocations
() { return m_nLocations; }
/development/tools/emulator/opengl/system/GLESv2_enc/
GL2Encoder.cpp
408
for (int i = 0; i < m_state->
nLocations
(); i++) {
460
int
nLocations
= ctx->m_state->
nLocations
();
462
for (int i = 0; i <
nLocations
; i++) {
[
all
...]
Completed in 36 milliseconds