HomeSort by relevance Sort by last modified time
    Searched full:nlocations (Results 1 - 5 of 5) sorted by null

  /sdk/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; }
  /sdk/emulator/opengl/system/GLESv2_enc/
GL2Encoder.cpp 407 for (int i = 0; i < m_state->nLocations(); i++) {
459 int nLocations = ctx->m_state->nLocations();
461 for (int i = 0; i < nLocations; i++) {
    [all...]
  /external/kernel-headers/original/linux/
nfs_xdr.h 706 int nlocations; member in struct:nfs4_fs_locations

Completed in 273 milliseconds