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

1 2 3 4 5 6 7 8 910

  /external/chromium_org/third_party/mesa/src/src/mesa/main/
clip.h 42 _mesa_ClipPlane( GLenum plane, const GLdouble *equation );
45 _mesa_GetClipPlane( GLenum plane, GLdouble *equation );
clip.c 56 GLfloat equation[4]; local
65 equation[0] = (GLfloat) eq[0];
66 equation[1] = (GLfloat) eq[1];
67 equation[2] = (GLfloat) eq[2];
68 equation[3] = (GLfloat) eq[3];
71 * The equation is transformed by the transpose of the inverse of the
81 _mesa_transform_vector( equation, equation,
84 if (TEST_EQ_4V(ctx->Transform.EyeUserPlane[p], equation))
88 COPY_4FV(ctx->Transform.EyeUserPlane[p], equation);
    [all...]
es1_conversion.h 11 _es_ClipPlanef(GLenum plane, const GLfloat *equation);
14 _es_ClipPlanex(GLenum plane, const GLfixed *equation);
46 _es_GetClipPlanef(GLenum plane, GLfloat *equation);
49 _es_GetClipPlanex(GLenum plane, GLfixed *equation);
es1_conversion.c 60 _es_ClipPlanef(GLenum plane, const GLfloat *equation)
66 converted_equation[i] = (GLdouble) (equation[i]);
73 _es_ClipPlanex(GLenum plane, const GLfixed *equation)
79 converted_equation[i] = (GLdouble) (equation[i] / 65536.0);
210 _es_GetClipPlanef(GLenum plane, GLfloat *equation)
217 equation[i] = (GLfloat) (converted_equation[i]);
222 _es_GetClipPlanex(GLenum plane, GLfixed *equation)
229 equation[i] = (GLfixed) (converted_equation[i] * 65536);
  /external/mesa3d/src/mesa/main/
clip.h 42 _mesa_ClipPlane( GLenum plane, const GLdouble *equation );
45 _mesa_GetClipPlane( GLenum plane, GLdouble *equation );
clip.c 56 GLfloat equation[4]; local
65 equation[0] = (GLfloat) eq[0];
66 equation[1] = (GLfloat) eq[1];
67 equation[2] = (GLfloat) eq[2];
68 equation[3] = (GLfloat) eq[3];
71 * The equation is transformed by the transpose of the inverse of the
81 _mesa_transform_vector( equation, equation,
84 if (TEST_EQ_4V(ctx->Transform.EyeUserPlane[p], equation))
88 COPY_4FV(ctx->Transform.EyeUserPlane[p], equation);
    [all...]
es1_conversion.h 11 _es_ClipPlanef(GLenum plane, const GLfloat *equation);
14 _es_ClipPlanex(GLenum plane, const GLfixed *equation);
46 _es_GetClipPlanef(GLenum plane, GLfloat *equation);
49 _es_GetClipPlanex(GLenum plane, GLfixed *equation);
es1_conversion.c 60 _es_ClipPlanef(GLenum plane, const GLfloat *equation)
66 converted_equation[i] = (GLdouble) (equation[i]);
73 _es_ClipPlanex(GLenum plane, const GLfixed *equation)
79 converted_equation[i] = (GLdouble) (equation[i] / 65536.0);
210 _es_GetClipPlanef(GLenum plane, GLfloat *equation)
217 equation[i] = (GLfloat) (converted_equation[i]);
222 _es_GetClipPlanex(GLenum plane, GLfixed *equation)
229 equation[i] = (GLfixed) (converted_equation[i] * 65536);
  /external/chromium_org/chrome/common/extensions/docs/examples/apps/calculator/app/
view.js 32 var equation = this.makeElement_('div', 'equation');
33 this.appendChild_(equation, null, 'span', 'accumulator', values.accumulator);
34 this.appendChild_(equation, null, 'span', 'operation');
35 this.appendChild_(equation, '.operation', 'span', 'operator');
36 this.appendChild_(equation, '.operation', 'span', 'operand', values.operand);
37 this.appendChild_(equation, '.operator', 'div', 'spacer');
38 this.appendChild_(equation, '.operator', 'div', 'value', values.operator);
39 this.setAttribute_(equation, '.accumulator', 'aria-hidden', 'true');
40 this.display.appendChild(equation).scrollIntoView()
    [all...]
style.css 239 #calculator-display .equation {
249 #calculator-display .equation * {
255 #calculator-display .equation .accumulator {
261 #calculator-display .equation .operation {
266 #calculator-display .equation .operation .operator .spacer {
272 #calculator-display .equation .operation .operator .value {
284 #calculator-display .hr + .equation {
  /external/deqp/framework/opengl/simplereference/
sglrReferenceUtils.hpp 47 rr::BlendEquation mapGLBlendEquation (deUint32 equation);
48 rr::BlendEquationAdvanced mapGLBlendEquationAdvanced (deUint32 equation);
sglrReferenceUtils.cpp 251 rr::BlendEquation mapGLBlendEquation (deUint32 equation)
253 switch (equation)
266 rr::BlendEquationAdvanced mapGLBlendEquationAdvanced (deUint32 equation)
268 switch (equation)
  /external/deqp/modules/glshared/
glsInteractionTestUtil.hpp 45 deUint32 equation; member in struct:deqp::gls::InteractionTestUtil::BlendState
50 : equation (0)
glsInteractionTestUtil.cpp 194 state.blendRGBState.equation = rnd.choose<deUint32>(DE_ARRAY_BEGIN(blendEquationsES2), DE_ARRAY_END(blendEquationsES2));
198 state.blendAState.equation = rnd.choose<deUint32>(DE_ARRAY_BEGIN(blendEquationsES2), DE_ARRAY_END(blendEquationsES2));
204 state.blendRGBState.equation = rnd.choose<deUint32>(DE_ARRAY_BEGIN(blendEquations), DE_ARRAY_END(blendEquations));
208 state.blendAState.equation = rnd.choose<deUint32>(DE_ARRAY_BEGIN(blendEquations), DE_ARRAY_END(blendEquations));
  /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);
  /external/deqp/framework/referencerenderer/
rrRenderState.hpp 198 BlendEquation equation; member in struct:rr::BlendState
203 : equation (BLENDEQUATION_ADD)
rrFragmentOperations.hpp 143 void executeAdvancedBlend (BlendEquationAdvanced equation);
  /frameworks/base/opengl/java/android/opengl/
GLES11.java 179 // C function void glClipPlanef ( GLenum plane, const GLfloat *equation )
183 float[] equation,
187 // C function void glClipPlanef ( GLenum plane, const GLfloat *equation )
191 java.nio.FloatBuffer equation
194 // C function void glClipPlanex ( GLenum plane, const GLfixed *equation )
198 int[] equation,
202 // C function void glClipPlanex ( GLenum plane, const GLfixed *equation )
206 java.nio.IntBuffer equation
GLES11Ext.java 294 // C function void glClipPlanexOES ( GLenum plane, const GLfixed *equation )
298 int[] equation,
302 // C function void glClipPlanexOES ( GLenum plane, const GLfixed *equation )
306 java.nio.IntBuffer equation
968 // C function void glClipPlanefOES ( GLenum plane, const GLfloat *equation )
972 float[] equation,
    [all...]
  /frameworks/base/opengl/java/javax/microedition/khronos/opengles/
GL11.java 168 float[] equation,
174 java.nio.FloatBuffer equation
179 int[] equation,
185 java.nio.IntBuffer equation
  /frameworks/native/opengl/tools/glgen/specs/gles11/
GLES11.spec 4 void glClipPlanef ( GLenum plane, const GLfloat *equation )
5 void glClipPlanex ( GLenum plane, const GLfixed *equation )
  /external/chromium_org/gpu/command_buffer/service/
gles2_cmd_validation_autogen.h 25 ValueValidator<GLenum> equation; variable
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
MatrixTrackingGL.java 673 public void glClipPlanef(int plane, float[] equation, int offset) {
674 mgl11.glClipPlanef(plane, equation, offset);
677 public void glClipPlanef(int plane, FloatBuffer equation) {
678 mgl11.glClipPlanef(plane, equation);
681 public void glClipPlanex(int plane, int[] equation, int offset) {
682 mgl11.glClipPlanex(plane, equation, offset);
685 public void glClipPlanex(int plane, IntBuffer equation) {
686 mgl11.glClipPlanex(plane, equation);
  /external/deqp/modules/gles31/functional/
es31fAdvancedBlendTests.cpp 154 const char* getBlendLayoutQualifier (rr::BlendEquationAdvanced equation)
175 DE_ASSERT(de::inBounds<int>(equation, 0, rr::BLENDEQUATION_ADVANCED_LAST));
176 return s_qualifiers[equation];
179 glu::ProgramSources getBlendProgramSrc (rr::BlendEquationAdvanced equation)
202 args["SUPPORT_QUALIFIER"] = getBlendLayoutQualifier(equation);
  /frameworks/base/core/jni/
android_opengl_GLES11.cpp 417 /* void glClipPlanef ( GLenum plane, const GLfloat *equation ) */
426 GLfloat *equation = (GLfloat *) 0; local
431 _exceptionMessage = "equation == null";
443 equation = equation_base + offset;
447 (GLfloat *)equation
460 /* void glClipPlanef ( GLenum plane, const GLfloat *equation ) */
470 GLfloat *equation = (GLfloat *) 0; local
472 equation = (GLfloat *)getPointer(_env, equation_buf, &_array, &_remaining, &_bufferOffset);
473 if (equation == NULL) {
475 equation = (GLfloat *) (_equationBase + _bufferOffset)
498 GLfixed *equation = (GLfixed *) 0; local
542 GLfixed *equation = (GLfixed *) 0; local
    [all...]

Completed in 7738 milliseconds

1 2 3 4 5 6 7 8 910