HomeSort by relevance Sort by last modified time
    Searched refs:dispatchTable (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/v8/tools/
logreader.js 36 * @param {Array.<Object>} dispatchTable A table used for parsing and processing
40 function LogReader(dispatchTable) {
44 this.dispatchTable_ = dispatchTable;
  /device/generic/goldfish/opengl/tests/gles_android_wrapper/
egl.cpp 57 int initApi(const char *driverLibName, const char *implLibName, T **dispatchTable, T *(*accessor)())
78 *dispatchTable = createFcn(implLib, accessor);
79 if (*dispatchTable == NULL) {
  /frameworks/rs/cpp/
RenderScript.cpp 41 dispatchTable* RS::dispatch = NULL;
453 RS::dispatch = new dispatchTable;
rsDispatch.h 161 } dispatchTable;
rsCppStructs.h 147 static dispatchTable* dispatch;
    [all...]
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/cpp/
rsDispatch.h 159 } dispatchTable;
rsCppStructs.h 146 static dispatchTable* dispatch;
    [all...]
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/cpp/
rsDispatch.h 159 } dispatchTable;
rsCppStructs.h 146 static dispatchTable* dispatch;
    [all...]
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/cpp/
rsDispatch.h 159 } dispatchTable;
rsCppStructs.h 146 static dispatchTable* dispatch;
    [all...]

Completed in 154 milliseconds