/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/katex/contrib/ |
D | mathtex-script-type.mjs | 12 katexElement.setAttribute("class", display ? "equation" : "inline-equation");
|
/hardware/google/gfxstream/codegen/gles1/ |
D | gles1.attrib | 5 #void glClipPlanef(GLenum plane, GLfloat *equation) 7 dir equation in 8 len equation (4 * sizeof(float)) 388 #glClipPlanexOES(GLenum plane, const GLfixed * equation) 390 dir equation in 391 len equation (4 * sizeof(GLfixed)) 393 #glClipPlanexIMG(GLenum plane, const GLfixed * equation) 395 dir equation in 396 len equation (4 * sizeof(GLfixed)) 541 #void glClipPlanefOES(GLenum plane, GLfloat *equation) [all …]
|
D | gles1.in | 4 GL_ENTRY(void, glClipPlanef, GLenum plane, const GLfloat *equation) 186 GL_ENTRY(void, glClipPlanexOES, GLenum plane, const GLfixed * equation) 187 GL_ENTRY(void, glClipPlanexIMG, GLenum plane, const GLfixed * equation) 250 GL_ENTRY(void, glClipPlanefOES, GLenum plane, const GLfloat *equation) 251 GL_ENTRY(void, glClipPlanefIMG, GLenum plane, const GLfloat *equation)
|
/hardware/google/gfxstream/include/OpenGLESDispatch/ |
D | gles1_only_functions.h | 11 X(void, glClipPlane, (GLenum plane, const GLdouble * equation), (plane, equation)) \ 23 X(void, glGetClipPlane, (GLenum plane, GLdouble * equation), (plane, equation)) \ 68 X(void, glClipPlanef, (GLenum plane, const GLfloat * equation), (plane, equation)) \
|
D | gles1_only_static_translator_namespaced_header.h | 11 GL_APICALL void GL_APIENTRY glClipPlane(GLenum plane, const GLdouble * equation); 23 GL_APICALL void GL_APIENTRY glGetClipPlane(GLenum plane, GLdouble * equation); 68 GL_APICALL void GL_APIENTRY glClipPlanef(GLenum plane, const GLfloat * equation);
|
D | gles12tr_internal.h | 44 X(void, glClipPlanef, (GLenum pname, const GLfloat* equation), (pname, equation)) \ 45 X(void, glClipPlanefOES, (GLenum pname, const GLfloat* equation), (pname, equation)) \ 46 X(void, glClipPlanex, (GLenum pname, const GLfixed* equation), (pname, equation)) \ 47 X(void, glClipPlanexOES, (GLenum pname, const GLfixed* equation), (pname, equation)) \
|
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/ |
D | gles1_only_dispatch_logging_wrappers.impl | 19 void glClipPlane_dispatchLoggingWrapper(GLenum plane, const GLdouble * equation) { 20 DISPATCH_DEBUG_LOG("glClipPlane(plane:0x%X, equation:%p)", plane, equation); 21 GLDispatch::glClipPlane_underlying(plane, equation); 79 void glGetClipPlane_dispatchLoggingWrapper(GLenum plane, GLdouble * equation) { 80 DISPATCH_DEBUG_LOG("glGetClipPlane(plane:0x%X, equation:%p)", plane, equation); 81 GLDispatch::glGetClipPlane_underlying(plane, equation); 304 void glClipPlanef_dispatchLoggingWrapper(GLenum plane, const GLfloat * equation) { 305 DISPATCH_DEBUG_LOG("glClipPlanef(plane:0x%X, equation:%p)", plane, equation); 306 GLDispatch::glClipPlanef_underlying(plane, equation);
|
D | gles1_only.entries | 9 void glClipPlane(GLenum plane, const GLdouble *equation); 21 void glGetClipPlane(GLenum plane, GLdouble *equation); 66 void glClipPlanef(GLenum plane, const GLfloat *equation);
|
D | gles1_stubbed_in_translator_namespace.entries | 8 void glClipPlane(GLenum plane, const GLdouble *equation); 57 void glGetClipPlane(GLenum plane, GLdouble *equation);
|
D | gles12tr_internal.entries | 42 void glClipPlanef( GLenum pname, const GLfloat* equation); 43 void glClipPlanefOES( GLenum pname, const GLfloat* equation); 44 void glClipPlanex( GLenum pname, const GLfixed* equation); 45 void glClipPlanexOES( GLenum pname, const GLfixed* equation);
|
/hardware/google/gfxstream/host/gl/glestranslator/EGL/ |
D | ClientAPIExts.in | 57 (GLenum plane, const GLfloat *equation), 58 (plane, equation))
|
/hardware/google/gfxstream/guest/egl/ |
D | ClientAPIExts.in | 57 (GLenum plane, const GLfloat *equation), 58 (plane, equation))
|
/hardware/google/gfxstream/guest/mesa/include/GLES/ |
D | glext.h | 155 typedef void (GL_APIENTRYP PFNGLCLIPPLANEXOESPROC) (GLenum plane, const GLfixed *equation); 161 typedef void (GL_APIENTRYP PFNGLGETCLIPPLANEXOESPROC) (GLenum plane, GLfixed *equation); 198 GL_API void GL_APIENTRY glClipPlanexOES (GLenum plane, const GLfixed *equation); 204 GL_API void GL_APIENTRY glGetClipPlanexOES (GLenum plane, GLfixed *equation); 396 typedef void (GL_APIENTRYP PFNGLCLIPPLANEFOESPROC) (GLenum plane, const GLfloat *equation); 399 typedef void (GL_APIENTRYP PFNGLGETCLIPPLANEFOESPROC) (GLenum plane, GLfloat *equation); 403 GL_API void GL_APIENTRY glClipPlanefOES (GLenum plane, const GLfloat *equation); 406 GL_API void GL_APIENTRY glGetClipPlanefOES (GLenum plane, GLfloat *equation);
|
D | gl.h | 394 GL_API void GL_APIENTRY glGetClipPlanef (GLenum plane, GLfloat *equation); 435 GL_API void GL_APIENTRY glClipPlanex (GLenum plane, const GLfixed *equation); 464 GL_API void GL_APIENTRY glGetClipPlanex (GLenum plane, GLfixed *equation);
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/ |
D | VK_EXT_depth_range_unrestricted.adoc | 38 If depth clamping is enabled the above equation is ignored and the depth
|
D | VK_EXT_blend_operation_advanced.adoc | 52 Instead, each blend operation specifies a complete equation based on the
|
D | VK_NV_clip_space_w_scaling.adoc | 42 [eq]#w#-scaling equation above, that have the same value, but different
|
/hardware/google/gfxstream/guest/GLESv1_enc/ |
D | gl_entry.cpp | 11 void glClipPlanef(GLenum plane, const GLfloat* equation); 186 void glClipPlanexOES(GLenum plane, const GLfixed* equation); 187 void glClipPlanexIMG(GLenum plane, const GLfixed* equation); 250 void glClipPlanefOES(GLenum plane, const GLfloat* equation); 251 void glClipPlanefIMG(GLenum plane, const GLfloat* equation); 327 void glClipPlanef(GLenum plane, const GLfloat* equation) in glClipPlanef() argument 330 ctx->glClipPlanef(ctx, plane, equation); in glClipPlanef() 1381 void glClipPlanexOES(GLenum plane, const GLfixed* equation) in glClipPlanexOES() argument 1384 ctx->glClipPlanexOES(ctx, plane, equation); in glClipPlanexOES() 1387 void glClipPlanexIMG(GLenum plane, const GLfixed* equation) in glClipPlanexIMG() argument [all …]
|
/hardware/google/gfxstream/third-party/glm/include/glm/gtx/ |
D | matrix_decompose.inl | 57 // rightHandSide is the right hand side of the equation. 64 // Solve the equation by inverting PerspectiveMatrix and multiplying
|
/hardware/interfaces/gnss/2.1/ |
D | IGnssMeasurementCallback.hal | 106 * The sign of the value is defined by the following equation: 133 * The sign of the value is defined by the following equation:
|
/hardware/google/gfxstream/include/GLES/ |
D | glext.h | 566 GL_API void GL_APIENTRY glClipPlanexOES (GLenum plane, const GLfixed *equation); 606 typedef void (GL_APIENTRYP PFNGLCLIPPLANEXOESPROC) (GLenum plane, const GLfixed *equation); 740 GL_API void GL_APIENTRY glClipPlanefOES (GLenum plane, const GLfloat *equation); 747 typedef void (GL_APIENTRYP PFNGLCLIPPLANEFOESPROC) (GLenum plane, const GLfloat *equation);
|
/hardware/interfaces/gnss/1.0/ |
D | IGnssMeasurementCallback.hal | 193 * The sign of the value is defined by the following equation: 238 * The sign of the value is defined by the following equation: 377 * The sign of timeOffsetNs is given by the following equation: 517 * sign of 'doppler shift' is given by the equation: 551 * 'carrier phase' is given by the equation:
|
/hardware/google/gfxstream/common/detector/ |
D | GlesFuncs.h | 103 X(void, glClipPlane, (GLenum plane, const GLdouble * equation), (plane, equation)) \ 116 X(void, glGetClipPlane, (GLenum plane, GLdouble * equation), (plane, equation)) \ 161 X(void, glClipPlanef, (GLenum plane, const GLfloat * equation), (plane, equation)) \
|
/hardware/google/gfxstream/common/opengl/include/GLES/ |
D | glext.h | 674 GL_API void GL_APIENTRY glClipPlanexOES (GLenum plane, const GLfixed *equation); 714 typedef void (GL_APIENTRYP PFNGLCLIPPLANEXOESPROC) (GLenum plane, const GLfixed *equation); 853 GL_API void GL_APIENTRY glClipPlanefOES (GLenum plane, const GLfloat *equation); 860 typedef void (GL_APIENTRYP PFNGLCLIPPLANEFOESPROC) (GLenum plane, const GLfloat *equation);
|
D | gl.h | 596 GL_API void GL_APIENTRY glClipPlanef (GLenum plane, const GLfloat *equation); 645 GL_API void GL_APIENTRY glClipPlanex (GLenum plane, const GLfixed *equation);
|