HomeSort by relevance Sort by last modified time
    Searched defs:equation (Results 1 - 7 of 7) sorted by null

  /frameworks/native/opengl/libagl/
vertex.cpp 124 GLfixed d = dot4(c->clipPlanes.plane[i].equation.v, v->eye.v);
172 vec4_t& equation = c->clipPlanes.plane[p].equation; local
173 memcpy(equation.v, equ, sizeof(vec4_t));
177 mvit.point4(&mvit, &equation, &equation);
primitives.cpp 901 const vec4_t& equation = c->clipPlanes.plane[plane].equation; local
902 GLfixed sd = dot4(equation.v, s->eye.v);
906 const GLfixed pd = dot4(equation.v, p->eye.v);
1043 const vec4_t& equation = c->clipPlanes.plane[plane].equation; local
    [all...]
context.h 268 vec4_t equation; member in struct:android::gl::clip_plane_t
  /frameworks/base/core/jni/
android_opengl_GLES11.cpp 189 /* void glClipPlanef ( GLenum plane, const GLfloat *equation ) */
195 GLfloat *equation = (GLfloat *) 0; local
198 jniThrowException(_env, "java/lang/IllegalArgumentException", "equation == null");
208 equation = equation_base + offset;
212 (GLfloat *)equation
222 /* void glClipPlanef ( GLenum plane, const GLfloat *equation ) */
228 GLfloat *equation = (GLfloat *) 0; local
230 equation = (GLfloat *)getPointer(_env, equation_buf, &_array, &_remaining);
233 (GLfloat *)equation
236 releasePointer(_env, _array, equation, JNI_FALSE)
246 GLfixed *equation = (GLfixed *) 0; local
279 GLfixed *equation = (GLfixed *) 0; local
    [all...]
android_opengl_GLES11Ext.cpp 514 /* void glClipPlanexOES ( GLenum plane, const GLfixed *equation ) */
520 GLfixed *equation = (GLfixed *) 0; local
523 jniThrowException(_env, "java/lang/IllegalArgumentException", "equation == null");
533 equation = equation_base + offset;
537 (GLfixed *)equation
547 /* void glClipPlanexOES ( GLenum plane, const GLfixed *equation ) */
553 GLfixed *equation = (GLfixed *) 0; local
555 equation = (GLfixed *)getPointer(_env, equation_buf, &_array, &_remaining);
558 (GLfixed *)equation
561 releasePointer(_env, _array, equation, JNI_FALSE)
2199 GLfloat *equation = (GLfloat *) 0; local
2232 GLfloat *equation = (GLfloat *) 0; local
    [all...]
com_google_android_gles_jni_GLImpl.cpp 3709 GLfloat *equation = (GLfloat *) 0; local
3746 GLfloat *equation = (GLfloat *) 0; local
3770 GLfixed *equation = (GLfixed *) 0; local
3807 GLfixed *equation = (GLfixed *) 0; local
    [all...]
  /system/core/include/private/pixelflinger/
ggl_context.h 265 uint8_t equation; member in struct:android::blend_state_t

Completed in 196 milliseconds