Home
last modified time | relevance | path

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

/external/angle/extensions/
DANGLE_multi_draw.txt52 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,
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>
/external/mesa3d/src/glx/
Dindirect_vertex_array_priv.h296 void (*DrawElements) (GLenum mode, GLsizei count, GLenum type, member
Dindirect_vertex_array.c508 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/
Dfunctional.conditional_render.txt30 - DrawElements
/external/skia/src/gpu/ganesh/gl/
DGrGLAssembleWebGLInterfaceAutogen.cpp78 GET_PROC(DrawElements); in GrGLMakeAssembledWebGLInterface()
DGrGLAssembleGLInterfaceAutogen.cpp93 GET_PROC(DrawElements); in GrGLMakeAssembledGLInterface()
DGrGLAssembleGLESInterfaceAutogen.cpp90 GET_PROC(DrawElements); in GrGLMakeAssembledGLESInterface()
DGrGLOpsRenderPass.cpp227 GL_CALL(DrawElements(glPrimType, indexCount, GR_GL_UNSIGNED_SHORT, in onDrawIndexed()
/external/rust/android-crates-io/crates/khronos-egl/examples/
Dwayland-static.rs292 gl::DrawElements(gl::TRIANGLE_FAN, 4, gl::UNSIGNED_INT, std::ptr::null()); in render()
Dwayland-dynamic.rs302 gl::DrawElements(gl::TRIANGLE_FAN, 4, gl::UNSIGNED_INT, std::ptr::null()); in render()
/external/angle/src/tests/gles1_conformance_tests/
DCovglTests.cpp509 TEST_P(GLES1CovglTest, DrawElements) in TEST_P() argument
/external/mesa3d/docs/relnotes/
D10.5.1.rst44 Commit 2881b12 causes 43 DrawElements test regressions
D10.6.0.rst117 Commit 2881b12 causes 43 DrawElements test regressions
D21.1.0.rst3450 - mesa: move disallowed TFB in DrawElements on GLES from draws to state changes
/external/angle/src/tests/perf_tests/
DREADME.md85 …ark`](DrawElementsPerf.cpp): Similar to `DrawCallPerfBenchmark` but for indexed DrawElements calls.
/external/skia/tools/gpu/gl/interface/
Dinterface.json531 "DisableVertexAttribArray", "DrawArrays", "DrawElements", "Enable",
/external/mesa3d/src/mapi/glapi/tests/
Dcheck_table.cpp874 { "glDrawElements", _O(DrawElements) },
/external/angle/src/tests/gl_tests/
DMultiviewDrawTest.cpp1050 TEST_P(MultiviewRenderDualViewTest, DrawElements) in TEST_P() argument
/external/angle/src/libGLESv2/
Dentry_points_gles_2_0_autogen.cpp1267 ANGLE_CAPTURE_GL(DrawElements, isCallValid, context, modePacked, count, typePacked, in GL_DrawElements()
/external/rust/android-crates-io/crates/gl/out/
Dbindings.rs1834DrawElements(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()