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 410 /* void glClipPlanef ( GLenum plane, const GLfloat *equation ) */
419 GLfloat *equation = (GLfloat *) 0; local
424 _exceptionMessage = "equation == null";
436 equation = equation_base + offset;
440 (GLfloat *)equation
453 /* void glClipPlanef ( GLenum plane, const GLfloat *equation ) */
463 GLfloat *equation = (GLfloat *) 0; local
465 equation = (GLfloat *)getPointer(_env, equation_buf, &_array, &_remaining, &_bufferOffset);
466 if (equation == NULL) {
468 equation = (GLfloat *) (_equationBase + _bufferOffset)
491 GLfixed *equation = (GLfixed *) 0; local
535 GLfixed *equation = (GLfixed *) 0; local
    [all...]
android_opengl_GLES11Ext.cpp 816 /* void glClipPlanexOES ( GLenum plane, const GLfixed *equation ) */
825 GLfixed *equation = (GLfixed *) 0; local
830 _exceptionMessage = "equation == null";
842 equation = equation_base + offset;
846 (GLfixed *)equation
859 /* void glClipPlanexOES ( GLenum plane, const GLfixed *equation ) */
866 GLfixed *equation = (GLfixed *) 0; local
868 equation = (GLfixed *)getPointer(_env, equation_buf, &_array, &_remaining, &_bufferOffset);
869 if (equation == NULL) {
871 equation = (GLfixed *) (_equationBase + _bufferOffset)
2856 GLfloat *equation = (GLfloat *) 0; local
2897 GLfloat *equation = (GLfloat *) 0; local
    [all...]
com_google_android_gles_jni_GLImpl.cpp 4179 GLfloat *equation = (GLfloat *) 0; local
4229 GLfloat *equation = (GLfloat *) 0; local
4265 GLfixed *equation = (GLfixed *) 0; local
4315 GLfixed *equation = (GLfixed *) 0; local
    [all...]
  /system/core/include/private/pixelflinger/
ggl_context.h 285 uint8_t equation; member in struct:android::blend_state_t

Completed in 286 milliseconds