Home
last modified time | relevance | path

Searched refs:DrawElements (Results 1 – 21 of 21) sorted by relevance

/device/generic/vulkan-cereal/third-party/angle/extensions/
DANGLE_multi_draw.txt52 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,
DANGLE_instanced_arrays.txt105 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/
Dentry_points_gl_1_1_autogen.h56 ANGLE_EXPORT void GL_APIENTRY DrawElements(GLenum mode,
Dentry_points_gl_1_1_autogen.cpp303 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()
Dproc_table_wgl_autogen.cpp231 {"glDrawElements", P(gl::DrawElements)},
DlibGL_autogen.cpp1703 return gl::DrawElements(mode, count, type, indices); in glDrawElements()
/device/generic/vulkan-cereal/third-party/angle/src/tests/perf_tests/
DREADME.md33 …ark`](DrawElementsPerf.cpp): Similar to `DrawCallPerfBenchmark` but for indexed DrawElements calls.
/device/generic/vulkan-cereal/third-party/angle/src/tests/gles1_conformance_tests/
DCovglTests.cpp509 TEST_P(GLES1CovglTest, DrawElements) in TEST_P() argument
/device/generic/vulkan-cereal/third-party/angle/src/libGLESv2/
Dentry_points_gles_2_0_autogen.h101 ANGLE_EXPORT void GL_APIENTRY DrawElements(GLenum mode,
Dentry_points_gles_2_0_autogen.cpp932 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()
Dproc_table_egl_autogen.cpp414 {"glDrawElements", P(gl::DrawElements)},
DlibGLESv2_autogen.cpp265 return gl::DrawElements(mode, count, type, indices); in glDrawElements()
Dentry_points_gles_ext_autogen.cpp10801 ANGLE_CAPTURE(DrawElements, isCallValid, context, modePacked, count, typePacked, indices); in DrawElementsContextANGLE()
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/
Dentry_points_enum_autogen.h269 DrawElements, enumerator
Dentry_points_enum_autogen.cpp523 case EntryPoint::DrawElements: in GetEntryPointName()
Dcapture_gles_2_0_autogen.cpp659 return CallCapture(gl::EntryPoint::DrawElements, std::move(paramBuffer)); in CaptureDrawElements()
DFrameCapture.cpp3491 case gl::EntryPoint::DrawElements: in maybeCaptureClientData()
Dframe_capture_replay_autogen.cpp687 case gl::EntryPoint::DrawElements: in ReplayCall()
/device/generic/vulkan-cereal/third-party/angle/src/libGLESv1_CM/
DlibGLESv1_CM.cpp391 return gl::DrawElements(mode, count, type, indices); in glDrawElements()
/device/generic/vulkan-cereal/third-party/angle/src/tests/gl_tests/
DMultiviewDrawTest.cpp944 TEST_P(MultiviewRenderDualViewTest, DrawElements) in TEST_P() argument
/device/generic/vulkan-cereal/stream-servers/apigen-codec-common/GL/
Dgl_mangle.h416 #define glDrawElements MANGLE(DrawElements)