| /device/generic/vulkan-cereal/third-party/angle/extensions/ |
| D | ANGLE_multi_draw.txt | 52 DrawArrays() and DrawElements() except they handle multiple lists of 125 Behaves identically to DrawElements except that a list of arrays is 131 DrawElements(mode, *(counts+i), type, *(indices+i)); 194 the same errors as DrawArrays, DrawElements, DrawArraysInstanced,
|
| D | ANGLE_instanced_arrays.txt | 105 Replace the text describing DrawArrays and DrawElements in the 197 void DrawElements( enum mode, sizei count, enum type, 203 DrawElements(mode, count, type, indices); 217 behaves identically to DrawElements except that <primcount>
|
| /device/generic/vulkan-cereal/third-party/angle/src/libGL/ |
| D | entry_points_gl_1_1_autogen.h | 56 ANGLE_EXPORT void GL_APIENTRY DrawElements(GLenum mode,
|
| D | entry_points_gl_1_1_autogen.cpp | 303 void GL_APIENTRY DrawElements(GLenum mode, GLsizei count, GLenum type, const void *indices) in DrawElements() function 323 ANGLE_CAPTURE(DrawElements, isCallValid, context, modePacked, count, typePacked, indices); in DrawElements()
|
| D | proc_table_wgl_autogen.cpp | 231 {"glDrawElements", P(gl::DrawElements)},
|
| D | libGL_autogen.cpp | 1703 return gl::DrawElements(mode, count, type, indices); in glDrawElements()
|
| /device/generic/vulkan-cereal/third-party/angle/src/tests/perf_tests/ |
| D | README.md | 33 …ark`](DrawElementsPerf.cpp): Similar to `DrawCallPerfBenchmark` but for indexed DrawElements calls.
|
| /device/generic/vulkan-cereal/third-party/angle/src/tests/gles1_conformance_tests/ |
| D | CovglTests.cpp | 509 TEST_P(GLES1CovglTest, DrawElements) in TEST_P() argument
|
| /device/generic/vulkan-cereal/third-party/angle/src/libGLESv2/ |
| D | entry_points_gles_2_0_autogen.h | 101 ANGLE_EXPORT void GL_APIENTRY DrawElements(GLenum mode,
|
| D | entry_points_gles_2_0_autogen.cpp | 932 void GL_APIENTRY DrawElements(GLenum mode, GLsizei count, GLenum type, const void *indices) in DrawElements() function 952 ANGLE_CAPTURE(DrawElements, isCallValid, context, modePacked, count, typePacked, indices); in DrawElements()
|
| D | proc_table_egl_autogen.cpp | 414 {"glDrawElements", P(gl::DrawElements)},
|
| D | libGLESv2_autogen.cpp | 265 return gl::DrawElements(mode, count, type, indices); in glDrawElements()
|
| D | entry_points_gles_ext_autogen.cpp | 10801 ANGLE_CAPTURE(DrawElements, isCallValid, context, modePacked, count, typePacked, indices); in DrawElementsContextANGLE()
|
| /device/generic/vulkan-cereal/third-party/angle/src/libANGLE/ |
| D | entry_points_enum_autogen.h | 269 DrawElements, enumerator
|
| D | entry_points_enum_autogen.cpp | 523 case EntryPoint::DrawElements: in GetEntryPointName()
|
| D | capture_gles_2_0_autogen.cpp | 659 return CallCapture(gl::EntryPoint::DrawElements, std::move(paramBuffer)); in CaptureDrawElements()
|
| D | FrameCapture.cpp | 3491 case gl::EntryPoint::DrawElements: in maybeCaptureClientData()
|
| D | frame_capture_replay_autogen.cpp | 687 case gl::EntryPoint::DrawElements: in ReplayCall()
|
| /device/generic/vulkan-cereal/third-party/angle/src/libGLESv1_CM/ |
| D | libGLESv1_CM.cpp | 391 return gl::DrawElements(mode, count, type, indices); in glDrawElements()
|
| /device/generic/vulkan-cereal/third-party/angle/src/tests/gl_tests/ |
| D | MultiviewDrawTest.cpp | 944 TEST_P(MultiviewRenderDualViewTest, DrawElements) in TEST_P() argument
|
| /device/generic/vulkan-cereal/stream-servers/apigen-codec-common/GL/ |
| D | gl_mangle.h | 416 #define glDrawElements MANGLE(DrawElements)
|