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

  /frameworks/base/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...]
  /frameworks/base/core/jni/
android_opengl_GLES11.cpp 211 /* void glClipPlanef ( GLenum plane, const GLfloat *equation ) */
217 GLfloat *equation = (GLfloat *) 0; local
220 _env->ThrowNew(IAEClass, "equation == null");
230 equation = equation_base + offset;
234 (GLfloat *)equation
244 /* void glClipPlanef ( GLenum plane, const GLfloat *equation ) */
250 GLfloat *equation = (GLfloat *) 0; local
252 equation = (GLfloat *)getPointer(_env, equation_buf, &_array, &_remaining);
255 (GLfloat *)equation
258 releasePointer(_env, _array, equation, JNI_FALSE)
268 GLfixed *equation = (GLfixed *) 0; local
301 GLfixed *equation = (GLfixed *) 0; local
    [all...]
android_opengl_GLES11Ext.cpp 536 /* void glClipPlanexOES ( GLenum plane, const GLfixed *equation ) */
542 GLfixed *equation = (GLfixed *) 0; local
545 _env->ThrowNew(IAEClass, "equation == null");
555 equation = equation_base + offset;
559 (GLfixed *)equation
569 /* void glClipPlanexOES ( GLenum plane, const GLfixed *equation ) */
575 GLfixed *equation = (GLfixed *) 0; local
577 equation = (GLfixed *)getPointer(_env, equation_buf, &_array, &_remaining);
580 (GLfixed *)equation
583 releasePointer(_env, _array, equation, JNI_FALSE)
1897 GLfloat *equation = (GLfloat *) 0; local
1930 GLfloat *equation = (GLfloat *) 0; local
    [all...]
com_google_android_gles_jni_GLImpl.cpp 3737 GLfloat *equation = (GLfloat *) 0; local
3774 GLfloat *equation = (GLfloat *) 0; local
3798 GLfixed *equation = (GLfixed *) 0; local
3835 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
  /frameworks/base/include/private/opengles/
gl_context.h 271 vec4_t equation; member in struct:android::gl::clip_plane_t

Completed in 2045 milliseconds