HomeSort by relevance Sort by last modified time
    Searched full:arrindex (Results 1 - 8 of 8) 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;
409 GLint GLSharedGroup::locationWARHostToApp(GLuint program, GLint hostLoc, GLint arrIndex)
413 if (pData) return pData->locationWARHostToApp(hostLoc, arrIndex);
GLSharedGroup.h 82 GLint locationWARHostToApp(GLint hostLoc, GLint arrIndex);
129 GLint locationWARHostToApp(GLuint program, GLint hostLoc, GLint arrIndex);
  /sdk/emulator/opengl/shared/OpenglCodecCommon/
GLSharedGroup.cpp 130 GLint ProgramData::locationWARHostToApp(GLint hostLoc, GLint arrIndex)
136 if (arrIndex > 0) {
138 (hostLoc - m_Indexes[index].base) / arrIndex;
140 return m_Indexes[index].appBase + arrIndex;
373 GLint arrIndex)
377 return pData ? pData->locationWARHostToApp(hostLoc, arrIndex) : hostLoc;
GLSharedGroup.h 82 GLint locationWARHostToApp(GLint hostLoc, GLint arrIndex);
131 GLint locationWARHostToApp(GLuint program, GLint hostLoc, GLint arrIndex);
  /external/bluetooth/bluedroid/btif/include/
btif_gatt_multi_adv_util.h 86 extern BOOLEAN btif_gattc_copy_datacb(int arrindex, btif_adv_data_t *p_adv_data,
  /cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
SweepTests.java 386 int arrIndex = Math.min(index, bitmapComparers.length - 1);
387 createTest().addCanvasClient(canvasClient).runWithComparer(bitmapComparers[arrIndex]);
389 int arrIndex = Math.min(index, bitmapVerifiers.length - 1);
390 createTest().addCanvasClient(canvasClient).runWithVerifier(bitmapVerifiers[arrIndex]);
  /external/bluetooth/bluedroid/btif/src/
btif_gatt_client.c 1538 int cbindex = -1, arrindex = -1; local
    [all...]
  /device/generic/goldfish/opengl/system/GLESv2_enc/
GL2Encoder.cpp 829 int arrIndex = 0;
835 if (!brace || sscanf(brace+1,"%d",&arrIndex) != 1) {
844 return ctx->m_shared->locationWARHostToApp(program, hostLoc, arrIndex);
    [all...]

Completed in 374 milliseconds