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

  /frameworks/rs/
rsDefines.h 80 uint32_t depthMin;
  /frameworks/rs/driver/
rsdProgramStore.cpp 171 if (rsc->mUserSurfaceConfig.depthMin > 0) {
rsdGL.cpp 212 if (rsc->mUserSurfaceConfig.depthMin > 0) {
214 configAttribsPtr[1] = rsc->mUserSurfaceConfig.depthMin;
297 if (rsc->mUserSurfaceConfig.depthMin <= 0) {
  /frameworks/base/graphics/java/android/renderscript/
RenderScript.java 111 int depthMin, int depthPref,
117 int depthMin, int depthPref,
121 alphaMin, alphaPref, depthMin, depthPref,
    [all...]
  /frameworks/base/graphics/jni/
android_renderscript_RenderScript.cpp 195 int depthMin, int depthPref,
205 sc.depthMin = depthMin;
    [all...]

Completed in 867 milliseconds