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

  /frameworks/base/libs/rs/
RenderScript.h 61 RsContext rsContextCreateGL(RsDevice, uint32_t version, bool useDepth);
rsContext.cpp 927 RsContext rsContextCreateGL(RsDevice vdev, uint32_t version, bool useDepth)
929 LOGV("rsContextCreateGL %p, %i", vdev, useDepth);
  /frameworks/base/graphics/jni/
android_renderscript_RenderScript.cpp 164 return (jint)rsContextCreateGL((RsDevice)dev, ver, useDepth);
    [all...]

Completed in 58 milliseconds