Searched defs:equation (Results 1 - 23 of 23) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dclip.c56 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...]
H A Des1_conversion.c60 _es_ClipPlanef(GLenum plane, const GLfloat *equation) argument
66 converted_equation[i] = (GLdouble) (equation[i]);
73 _es_ClipPlanex(GLenum plane, const GLfixed *equation) argument
79 converted_equation[i] = (GLdouble) (equation[i] / 65536.0);
210 _es_GetClipPlanef(GLenum plane, GLfloat *equation) argument
217 equation[i] = (GLfloat) (converted_equation[i]);
222 _es_GetClipPlanex(GLenum plane, GLfixed *equation) argument
229 equation[i] = (GLfixed) (converted_equation[i] * 65536);
H A Ddlist.c9240 exec_GetClipPlane(GLenum plane, GLdouble * equation) argument
9244 CALL_GetClipPlane(ctx->Exec, (plane, equation));
/external/mesa3d/src/mesa/main/
H A Dclip.c56 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...]
H A Des1_conversion.c60 _es_ClipPlanef(GLenum plane, const GLfloat *equation) argument
66 converted_equation[i] = (GLdouble) (equation[i]);
73 _es_ClipPlanex(GLenum plane, const GLfixed *equation) argument
79 converted_equation[i] = (GLdouble) (equation[i] / 65536.0);
210 _es_GetClipPlanef(GLenum plane, GLfloat *equation) argument
217 equation[i] = (GLfloat) (converted_equation[i]);
222 _es_GetClipPlanex(GLenum plane, GLfixed *equation) argument
229 equation[i] = (GLfixed) (converted_equation[i] * 65536);
H A Ddlist.c9240 exec_GetClipPlane(GLenum plane, GLdouble * equation) argument
9244 CALL_GetClipPlane(ctx->Exec, (plane, equation));
/external/deqp/framework/opengl/simplereference/
H A DsglrReferenceUtils.cpp251 rr::BlendEquation mapGLBlendEquation (deUint32 equation) argument
253 switch (equation)
266 rr::BlendEquationAdvanced mapGLBlendEquationAdvanced (deUint32 equation) argument
268 switch (equation)
/external/deqp/modules/glshared/
H A DglsInteractionTestUtil.hpp45 deUint32 equation; member in struct:deqp::gls::InteractionTestUtil::BlendState
50 : equation (0)
/external/chromium_org/gpu/command_buffer/service/
H A Dgles2_cmd_validation_autogen.h25 ValueValidator<GLenum> equation; variable
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vdpau/
H A Doutput.c548 BlendEquationToPipe(VdpOutputSurfaceRenderBlendEquation equation) argument
550 switch (equation) {
/external/mesa3d/src/gallium/state_trackers/vdpau/
H A Doutput.c548 BlendEquationToPipe(VdpOutputSurfaceRenderBlendEquation equation) argument
550 switch (equation) {
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
H A Dnouveau_state.c61 nouveau_clip_plane(struct gl_context *ctx, GLenum plane, const GLfloat *equation) argument
/external/deqp/modules/gles31/functional/
H A Des31fAdvancedBlendTests.cpp154 const char* getBlendLayoutQualifier (rr::BlendEquationAdvanced equation) argument
175 DE_ASSERT(de::inBounds<int>(equation, 0, rr::BLENDEQUATION_ADVANCED_LAST));
176 return s_qualifiers[equation];
179 glu::ProgramSources getBlendProgramSrc (rr::BlendEquationAdvanced equation) argument
202 args["SUPPORT_QUALIFIER"] = getBlendLayoutQualifier(equation);
/external/mesa3d/src/mesa/drivers/dri/nouveau/
H A Dnouveau_state.c61 nouveau_clip_plane(struct gl_context *ctx, GLenum plane, const GLfloat *equation) argument
/external/deqp/framework/referencerenderer/
H A DrrFragmentOperations.cpp421 switch (blendRGBState.equation)
432 switch (blendAState.equation)
555 void FragmentProcessor::executeAdvancedBlend (BlendEquationAdvanced equation) argument
616 switch (equation)
H A DrrRenderState.hpp198 BlendEquation equation; member in struct:rr::BlendState
203 : equation (BLENDEQUATION_ADD)
/external/deqp/modules/gles2/functional/
H A Des2fIntegerStateQueryTests.cpp1489 virtual void SetBlendEquation (GLenum equation) argument
1491 glBlendEquation(equation);
1508 void SetBlendEquation (GLenum equation) argument
1513 glBlendEquationSeparate(equation, GL_FUNC_ADD);
1517 glBlendEquationSeparate(GL_FUNC_ADD, equation);
/external/deqp/modules/gles3/functional/
H A Des3fIntegerStateQueryTests.cpp1914 virtual void SetBlendEquation (GLenum equation) argument
1916 glBlendEquation(equation);
1932 void SetBlendEquation (GLenum equation) argument
1937 glBlendEquationSeparate(equation, GL_FUNC_ADD);
1941 glBlendEquationSeparate(GL_FUNC_ADD, equation);
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
H A Dindirect.c1854 void __indirect_glClipPlane(GLenum plane, const GLdouble * equation) argument
1859 (void) memcpy((void *)(gc->pc + 4), (void *)(equation), 32);
3158 void __indirect_glGetClipPlane(GLenum plane, GLdouble * equation) argument
3170 (void)memcpy(equation, xcb_glx_get_clip_plane_data(reply), xcb_glx_get_clip_plane_data_length(reply) * sizeof(GLdouble));
3175 (void) __glXReadReply(dpy, 8, equation, GL_TRUE);
H A Dglapi_mapi_tmp.h172 GLAPI void APIENTRY GLAPI_PREFIX(ClipPlane)(GLenum plane, const GLdouble *equation);
282 GLAPI void APIENTRY GLAPI_PREFIX(GetClipPlane)(GLenum plane, GLdouble *equation);
1186 void APIENTRY GLAPI_PREFIX(_dispatch_stub_893)(GLenum plane, const GLfixed *equation);
1192 void APIENTRY GLAPI_PREFIX(_dispatch_stub_899)(GLenum plane, GLfixed *equation);
1225 void APIENTRY GLAPI_PREFIX(_dispatch_stub_932)(GLenum plane, const GLfloat *equation);
1227 void APIENTRY GLAPI_PREFIX(_dispatch_stub_934)(GLenum plane, GLfloat *equation);
2450 GLAPI void APIENTRY GLAPI_PREFIX(ClipPlane)(GLenum plane, const GLdouble *equation) argument
2454 ((void (APIENTRY *)(GLenum plane, const GLdouble *equation)) _func)(plane, equation);
3220 GLAPI void APIENTRY GLAPI_PREFIX(GetClipPlane)(GLenum plane, GLdouble *equation) argument
[all...]
H A Dglapi_mapi_tmp_shared.h164 void APIENTRY shared_dispatch_stub_150(GLenum plane, const GLdouble *equation);
273 void APIENTRY shared_dispatch_stub_259(GLenum plane, GLdouble *equation);
907 void APIENTRY shared_dispatch_stub_893(GLenum plane, const GLfixed *equation);
913 void APIENTRY shared_dispatch_stub_899(GLenum plane, GLfixed *equation);
946 void APIENTRY shared_dispatch_stub_932(GLenum plane, const GLfloat *equation);
948 void APIENTRY shared_dispatch_stub_934(GLenum plane, GLfloat *equation);
1954 static void APIENTRY noopClipPlane(GLenum plane, const GLdouble *equation) argument
1956 (void) plane; (void) equation;
2604 static void APIENTRY noopGetClipPlane(GLenum plane, GLdouble *equation) argument
2606 (void) plane; (void) equation;
6427 noopClipPlanexOES(GLenum plane, const GLfixed *equation) argument
6463 noopGetClipPlanexOES(GLenum plane, GLfixed *equation) argument
6661 noopClipPlanefOES(GLenum plane, const GLfloat *equation) argument
6673 noopGetClipPlanefOES(GLenum plane, GLfloat *equation) argument
13853 shared_dispatch_stub_150(GLenum plane, const GLdouble *equation) argument
14616 shared_dispatch_stub_259(GLenum plane, GLdouble *equation) argument
19054 shared_dispatch_stub_893(GLenum plane, const GLfixed *equation) argument
19096 shared_dispatch_stub_899(GLenum plane, GLfixed *equation) argument
19327 shared_dispatch_stub_932(GLenum plane, const GLfloat *equation) argument
19341 shared_dispatch_stub_934(GLenum plane, GLfloat *equation) argument
[all...]
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/glapi/
H A Dglapitemp.h983 KEYWORD1 void KEYWORD2 NAME(ClipPlane)(GLenum plane, const GLdouble * equation) argument
985 (void) plane; (void) equation;
986 DISPATCH(ClipPlane, (plane, equation), (F, "glClipPlane(0x%x, %p);\n", plane, (const void *) equation));
1632 KEYWORD1 void KEYWORD2 NAME(GetClipPlane)(GLenum plane, GLdouble * equation) argument
1634 (void) plane; (void) equation;
1635 DISPATCH(GetClipPlane, (plane, equation), (F, "glGetClipPlane(0x%x, %p);\n", plane, (const void *) equation));
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 678 milliseconds