Home
last modified time | relevance | path

Searched defs:nelements (Results 1 – 13 of 13) sorted by relevance

/external/libpng/
Dpngmem.c109 png_malloc_array_checked(png_const_structrp png_ptr, int nelements, in png_malloc_array_checked()
/external/mesa3d/src/glx/
Dglxglvnddispatchfuncs.h18 int *nelements, __GLXvendorInfo *vendor) in AddFBConfigsMapping()
Dg_glxglvnddispatchfuncs.c129 int *nelements) in dispatch_ChooseFBConfigSGIX()
Dglxcmds.c1657 glXGetFBConfigs(Display * dpy, int screen, int *nelements) in glXGetFBConfigs()
/external/angle/src/libGLESv2/
Dentry_points_glx.cpp30 int *nelements) in glXChooseFBConfig()
163 GLXFBConfig *GL_APIENTRY glXGetFBConfigs(Display *dpy, int screen, int *nelements) in glXGetFBConfigs()
/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_emitssboinstruction.cpp348 int nelements = instr->src[0].ssa->num_components - 1; in emit_store_ssbo() local
/external/python/cpython3/Modules/clinic/
Dreadline.c.h137 int nelements; in readline_append_history_file() local
/external/eigen/test/
Dsparse_basic.cpp690 double nelements = density * rows*cols; in big_sparse_triplet() local
/external/mesa3d/src/mesa/drivers/x11/
Dglxapi.c498 glXGetFBConfigs(Display *dpy, int screen, int *nelements) in glXGetFBConfigs()
721 glXChooseFBConfigSGIX(Display *dpy, int screen, int *attrib_list, int *nelements) in glXChooseFBConfigSGIX()
Dfakeglx.c1888 Fake_glXGetFBConfigs( Display *dpy, int screen, int *nelements ) in Fake_glXGetFBConfigs()
2424 Fake_glXChooseFBConfigSGIX(Display *dpy, int screen, int *attrib_list, int *nelements) in Fake_glXChooseFBConfigSGIX()
/external/python/cpython3/Modules/
Dreadline.c330 readline_append_history_file_impl(PyObject *module, int nelements, in readline_append_history_file_impl()
/external/mesa3d/src/gallium/frontends/glx/xlib/
Dglx_api.c1802 glXGetFBConfigs( Display *dpy, int screen, int *nelements ) in glXGetFBConfigs()
2348 int *nelements) in glXChooseFBConfigSGIX()
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmPhysicalStorageBufferPointerTests.cpp257 …pedBuffer<X>::TypedBuffer (Context& ctx, VkBufferUsageFlags usage, deUint32 nelements, bool addres… in TypedBuffer()