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

  /frameworks/rs/cpp/
Element.cpp 275 void * id = RS::dispatch->ElementCreate(rs->getContext(), dt, RS_KIND_USER, false, 1);
284 void *id = RS::dispatch->ElementCreate(rs->getContext(), dt, RS_KIND_USER, false, size);
341 void * id = RS::dispatch->ElementCreate(rs->getContext(), dt, dk, true, size);
RenderScript.cpp 213 RS::dispatch->ElementCreate = (ElementCreateFnPtr)dlsym(handle, "rsElementCreate");
214 if (RS::dispatch->ElementCreate == NULL) {
215 ALOGV("Couldn't initialize RS::dispatch->ElementCreate");
rsDispatch.h 121 ElementCreateFnPtr ElementCreate;
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/
rs.spec 110 ElementCreate {
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/
rs.spec 110 ElementCreate {
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/
rs.spec 110 ElementCreate {
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/cpp/
rsDispatch.h 120 ElementCreateFnPtr ElementCreate;
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/cpp/
rsDispatch.h 120 ElementCreateFnPtr ElementCreate;
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/cpp/
rsDispatch.h 120 ElementCreateFnPtr ElementCreate;
  /frameworks/rs/
rs.spec 111 ElementCreate {

Completed in 36 milliseconds