HomeSort by relevance Sort by last modified time
    Searched refs:minZ (Results 1 - 25 of 31) sorted by null

1 2

  /external/chromium_org/third_party/WebKit/Source/platform/geometry/
FloatBox.h 109 float minZ = std::min(m_z, low.z());
117 m_z = minZ;
121 m_depth = maxZ - minZ;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
TaskStackViewLayoutAlgorithm.java 247 int minZ = mConfig.taskViewTranslationZMinPx;
252 transformOut.translationZ = Math.max(minZ, minZ + (pBounded * (maxZ - minZ)));
  /frameworks/base/libs/hwui/
TessellationCache.cpp 232 float minZ = FLT_MAX;
238 minZ = fmin(minZ, casterPolygon[i].z);
250 if (minZ < SHADOW_MIN_CASTER_Z) {
251 float casterLift = SHADOW_MIN_CASTER_Z - minZ;
  /frameworks/native/opengl/tools/glgen/specs/gles11/
GLES31Ext.spec 25 void glPrimitiveBoundingBoxEXT ( GLfloat minX, GLfloat minY, GLfloat minZ, GLfloat minW, GLfloat maxX, GLfloat maxY, GLfloat maxZ, GLfloat maxW )
  /frameworks/rs/
rsScriptC_LibGL.cpp 185 float *minX, float *minY, float *minZ,
191 *minZ = sm->mBBoxMin[2];
rsRuntime.h 71 float *minX, float *minY, float *minZ,
  /frameworks/rs/scriptc/
rs_graphics.rsh 407 rsgMeshComputeBoundingBox(rs_mesh mesh, float *minX, float *minY, float *minZ,
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/scriptc/
rs_graphics.rsh 403 rsgMeshComputeBoundingBox(rs_mesh mesh, float *minX, float *minY, float *minZ,
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/scriptc/
rs_graphics.rsh 403 rsgMeshComputeBoundingBox(rs_mesh mesh, float *minX, float *minY, float *minZ,
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/scriptc/
rs_graphics.rsh 403 rsgMeshComputeBoundingBox(rs_mesh mesh, float *minX, float *minY, float *minZ,
  /prebuilts/sdk/renderscript/include/
rs_graphics.rsh 407 rsgMeshComputeBoundingBox(rs_mesh mesh, float *minX, float *minY, float *minZ,
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/
rsRuntime.h 71 float *minX, float *minY, float *minZ,
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/
rsRuntime.h 71 float *minX, float *minY, float *minZ,
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/
rsRuntime.h 71 float *minX, float *minY, float *minZ,
  /frameworks/base/opengl/java/android/opengl/
GLES31Ext.java 504 // C function void glPrimitiveBoundingBoxEXT ( GLfloat minX, GLfloat minY, GLfloat minZ, GLfloat minW, GLfloat maxX, GLfloat maxY, GLfloat maxZ, GLfloat maxW )
509 float minZ,
    [all...]
  /external/deqp/modules/gles3/functional/
es3fOcclusionQueryTests.cpp 119 static void generateVertices (std::vector<float>& dst, float width, float height, int primitiveCount, int verticesPerPrimitive, de::Random rnd, float primitiveSize, float minZ, float maxZ)
137 dst[(i+j)*ELEMENTS_PER_VERTEX + 2] = rnd.getFloat(minZ, maxZ); // z
  /external/deqp/framework/common/
tcuTexCompareVerifier.cpp     [all...]
  /frameworks/base/core/jni/
android_opengl_GLES31Ext.cpp 732 /* void glPrimitiveBoundingBoxEXT ( GLfloat minX, GLfloat minY, GLfloat minZ, GLfloat minW, GLfloat maxX, GLfloat maxY, GLfloat maxZ, GLfloat maxW ) */
735 (JNIEnv *_env, jobject _this, jfloat minX, jfloat minY, jfloat minZ, jfloat minW, jfloat maxX, jfloat maxY, jfloat maxZ, jfloat maxW) {
739 (GLfloat)minZ,
    [all...]
  /frameworks/rs/driver/
rsdRuntimeStubs.cpp 392 float *minX, float *minY, float *minZ,
395 rsrMeshComputeBoundingBox(rsc, m, minX, minY, minZ, maxX, maxY, maxZ);
    [all...]
  /frameworks/native/opengl/include/GLES2/
gl2ext.h     [all...]
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/GLES2/
gl2ext.h     [all...]
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/GLES2/
gl2ext.h     [all...]
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/GLES2/
gl2ext.h     [all...]
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/GLES2/
gl2ext.h     [all...]
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/GLES2/
gl2ext.h     [all...]

Completed in 1453 milliseconds

1 2