/external/angle/extensions/ |
D | ANGLE_multi_draw.txt | 52 DrawArrays() and DrawElements() except they handle multiple lists of 127 Behaves identically to DrawElements except that a list of arrays is 133 DrawElements(mode, *(counts+i), type, *(indices+i)); 196 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>
|
/external/mesa3d/src/glx/ |
D | indirect_vertex_array_priv.h | 296 void (*DrawElements) (GLenum mode, GLsizei count, GLenum type, member
|
D | indirect_vertex_array.c | 508 arrays->DrawElements = emit_DrawElements_old; in fill_array_info_cache() 512 arrays->DrawElements = emit_DrawElements_none; in fill_array_info_cache() 1041 arrays->DrawElements(mode, count, type, indices); in __indirect_glDrawElements() 1068 arrays->DrawElements(mode, count, type, indices); in __indirect_glDrawRangeElements() 1117 arrays->DrawElements(mode, count[i], type, indices[i]); in __indirect_glMultiDrawElements()
|
/external/deqp/doc/testspecs/GL3/ |
D | functional.conditional_render.txt | 30 - DrawElements
|
/external/skia/src/gpu/ganesh/gl/ |
D | GrGLAssembleWebGLInterfaceAutogen.cpp | 78 GET_PROC(DrawElements); in GrGLMakeAssembledWebGLInterface()
|
D | GrGLAssembleGLInterfaceAutogen.cpp | 93 GET_PROC(DrawElements); in GrGLMakeAssembledGLInterface()
|
D | GrGLAssembleGLESInterfaceAutogen.cpp | 90 GET_PROC(DrawElements); in GrGLMakeAssembledGLESInterface()
|
D | GrGLOpsRenderPass.cpp | 227 GL_CALL(DrawElements(glPrimType, indexCount, GR_GL_UNSIGNED_SHORT, in onDrawIndexed()
|
/external/rust/android-crates-io/crates/khronos-egl/examples/ |
D | wayland-static.rs | 292 gl::DrawElements(gl::TRIANGLE_FAN, 4, gl::UNSIGNED_INT, std::ptr::null()); in render()
|
D | wayland-dynamic.rs | 302 gl::DrawElements(gl::TRIANGLE_FAN, 4, gl::UNSIGNED_INT, std::ptr::null()); in render()
|
/external/angle/src/tests/gles1_conformance_tests/ |
D | CovglTests.cpp | 509 TEST_P(GLES1CovglTest, DrawElements) in TEST_P() argument
|
/external/mesa3d/docs/relnotes/ |
D | 10.5.1.rst | 44 Commit 2881b12 causes 43 DrawElements test regressions
|
D | 10.6.0.rst | 117 Commit 2881b12 causes 43 DrawElements test regressions
|
D | 21.1.0.rst | 3450 - mesa: move disallowed TFB in DrawElements on GLES from draws to state changes
|
/external/angle/src/tests/perf_tests/ |
D | README.md | 85 …ark`](DrawElementsPerf.cpp): Similar to `DrawCallPerfBenchmark` but for indexed DrawElements calls.
|
/external/skia/tools/gpu/gl/interface/ |
D | interface.json5 | 31 "DisableVertexAttribArray", "DrawArrays", "DrawElements", "Enable",
|
/external/mesa3d/src/mapi/glapi/tests/ |
D | check_table.cpp | 874 { "glDrawElements", _O(DrawElements) },
|
/external/angle/src/tests/gl_tests/ |
D | MultiviewDrawTest.cpp | 1050 TEST_P(MultiviewRenderDualViewTest, DrawElements) in TEST_P() argument
|
/external/angle/src/libGLESv2/ |
D | entry_points_gles_2_0_autogen.cpp | 1267 ANGLE_CAPTURE_GL(DrawElements, isCallValid, context, modePacked, count, typePacked, in GL_DrawElements()
|
/external/rust/android-crates-io/crates/gl/out/ |
D | bindings.rs | 1834 …DrawElements(mode: types::GLenum, count: types::GLsizei, type_: types::GLenum, indices: *const __g… in DrawElements() function 3810 pub static mut DrawElements: FnPtr = FnPtr { variable 8990 pub mod DrawElements { module 8998 unsafe { storage::DrawElements.is_loaded } in is_loaded() 9004 … storage::DrawElements = FnPtr::new(metaloadfn(&mut loadfn, "glDrawElements", &[])) in load_with() 20779 DrawElements::load_with(&mut *loadfn); in load_with()
|