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

  /device/generic/goldfish/opengl/shared/OpenglCodecCommon/
GLSharedGroup.cpp 131 GLint ProgramData::locationWARHostToApp(GLint hostLoc, GLint arrIndex)
137 if (arrIndex > 0) {
139 (hostLoc - m_Indexes[index].base) / arrIndex;
141 return m_Indexes[index].appBase + arrIndex;
415 GLint GLSharedGroup::locationWARHostToApp(GLuint program, GLint hostLoc, GLint arrIndex)
419 if (pData) return pData->locationWARHostToApp(hostLoc, arrIndex);
GLSharedGroup.h 82 GLint locationWARHostToApp(GLint hostLoc, GLint arrIndex);
130 GLint locationWARHostToApp(GLuint program, GLint hostLoc, GLint arrIndex);
  /cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
SweepTests.java 122 int arrIndex = Math.min(index, bitmapComparers.length - 1);
125 .runWithComparer(bitmapComparers[arrIndex]);
  /system/bt/btif/include/
btif_gatt_multi_adv_util.h 83 extern BOOLEAN btif_gattc_copy_datacb(int arrindex, const btif_adv_data_t *p_adv_data,
  /system/bt/btif/src/
btif_gatt_client.c 1459 int cbindex = -1, arrindex = -1; local
    [all...]
  /device/generic/goldfish/opengl/system/GLESv2_enc/
GL2Encoder.cpp 953 int arrIndex = 0;
959 if (!brace || sscanf(brace+1,"%d",&arrIndex) != 1)
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_parser/
fpdf_parser_parser.cpp     [all...]

Completed in 744 milliseconds