Home
last modified time | relevance | path

Searched refs:lengths (Results 1 – 25 of 39) sorted by relevance

12

/hardware/google/gfxstream/host/gl/OpenGLESDispatch/
Dgles32_only_dispatch_logging_wrappers.impl19 … * sources, GLenum * types, GLuint * ids, GLenum * severities, GLsizei * lengths, GLchar * message…
20 … types:%p, ids:%p, severities:%p, lengths:%p, messageLog:%p)", count, bufSize, sources, types, ids…
21 …etDebugMessageLog_underlying(count, bufSize, sources, types, ids, severities, lengths, messageLog);
Dgles2_extensions_dispatch_logging_wrappers.impl69 … * sources, GLenum * types, GLuint * ids, GLenum * severities, GLsizei * lengths, GLchar * message…
70 … types:%p, ids:%p, severities:%p, lengths:%p, messageLog:%p)", count, bufSize, sources, types, ids…
71 …ebugMessageLogKHR_underlying(count, bufSize, sources, types, ids, severities, lengths, messageLog);
Dgles32_only.entries13 …Lenum *sources, GLenum *types, GLuint *ids, GLenum *severities, GLsizei *lengths, GLchar *messageL…
Dgles2_extensions.entries24 …Lenum *sources, GLenum *types, GLuint *ids, GLenum *severities, GLsizei *lengths, GLchar *messageL…
/hardware/google/gfxstream/include/OpenGLESDispatch/
Dgles32_only_functions.h14 … GLenum * severities, GLsizei * lengths, GLchar * messageLog), (count, bufSize, sources, types, id…
Dgles2_extensions_functions.h24 … GLenum * severities, GLsizei * lengths, GLchar * messageLog), (count, bufSize, sources, types, id…
Dgles32_only_static_translator_namespaced_header.h14 … * sources, GLenum * types, GLuint * ids, GLenum * severities, GLsizei * lengths, GLchar * message…
Dgles2_extensions_static_translator_namespaced_header.h24 … * sources, GLenum * types, GLuint * ids, GLenum * severities, GLsizei * lengths, GLchar * message…
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/
DGLESv32Imp.cpp23 …Lenum* sources, GLenum* types, GLuint* ids, GLenum* severities, GLsizei* lengths, GLchar* messageL… in glGetDebugMessageLog() argument
26 …tcher().glGetDebugMessageLog(count, bufSize, sources, types, ids, severities, lengths, messageLog); in glGetDebugMessageLog()
DGLESv2Imp.cpp223 …e, GLenum* sources, GLenum* types, GLuint* ids, GLenum* severities, GLsizei* lengths, GLchar* log);
230 …e, GLenum* sources, GLenum* types, GLuint* ids, GLenum* severities, GLsizei* lengths, GLchar* log);
3858 …, GLenum* sources, GLenum* types, GLuint* ids, GLenum* severities, GLsizei* lengths, GLchar* log) { in glGetDebugMessageLogKHR() argument
3860 …->dispatcher().glGetDebugMessageLogKHR(count, size, sources, types, ids, severities, lengths, log); in glGetDebugMessageLogKHR()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/
Dvaliditygenerator.py500 lengths = LengthEntry.parse_len_from_param(param)
535 if lengths[-1].number == 1:
536 if len(lengths) > 1:
551 if lengths[-1].null_terminated:
575 if len(lengths) > 1 or (lengths[0] != 1 and not lengths[0].null_terminated):
1149 lengths = LengthEntry.parse_len_from_param(param)
1150 if lengths:
1152 for length in lengths
Dgenerator.py1164 lengths = (self.getCParamTypeLength(member)
1166 return max(lengths)
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/spec_tools/
Dconsistency_tools.py303 lengths = LengthEntry.parse_len_from_param(param)
304 if lengths:
305 for entry in lengths:
/hardware/interfaces/configstore/1.0/
DISurfaceFlingerConfigs.hal28 * overall latency and the lengths of the app --> SF and SF --> display phases)
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/style/
Dvuid.adoc36 valid objects, required bitmasks, required array lengths, constraints on
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/cereal/common/
Dvulkantypes.py691 lengths = tag.attrib.get("len").split(",")
692 res.lenExpr = lengths[0]
/hardware/google/gfxstream/guest/mesa/include/CL/
Dopencl.hpp6384 vector<size_type> lengths(n); in Program() local
6390 lengths[i] = sources[(int)i].length(); in Program()
6393 lengths[i] = sources[(int)i].second; in Program()
6398 context(), (cl_uint)n, strings.data(), lengths.data(), &error); in Program()
6419 vector<size_type> lengths(n); in Program() local
6425 lengths[i] = sources[(int)i].length(); in Program()
6428 lengths[i] = sources[(int)i].second; in Program()
6433 context(), (cl_uint)n, strings.data(), lengths.data(), &error); in Program()
6590 vector<size_type> lengths(numDevices); in Program() local
6595 lengths[i] = binaries[(int)i].size(); in Program()
[all …]
Dcl_icd.h261 const size_t *lengths, cl_int *errcode_ret) CL_API_SUFFIX__VERSION_1_0;
265 const size_t *lengths, const unsigned char **binaries,
Dcl.h1243 const size_t * lengths,
1250 const size_t * lengths,
Dcl.hpp5099 ::size_t* lengths = (::size_t*) alloca(n * sizeof(::size_t)); in Program()
5104 lengths[i] = sources[(int)i].second; in Program()
5108 context(), (cl_uint)n, strings, lengths, &error); in Program()
5156 ::size_t* lengths = (::size_t*) alloca(numDevices * sizeof(::size_t)); in Program()
5161 lengths[i] = binaries[(int)i].second; in Program()
5176 lengths, images, (binaryStatus != NULL && numDevices > 0) in Program()
/hardware/interfaces/input/common/1.0/
Dtypes.hal99 * When the touch is circular, the major and minor axis lengths will be equal to one another.
111 * When the touch is circular, the major and minor axis lengths will be equal to one another.
126 * When the touch is circular, the major and minor axis lengths will be equal to one another.
/hardware/google/gfxstream/common/detector/
DGlesFuncs.h392 … GLenum * severities, GLsizei * lengths, GLchar * messageLog), (count, bufSize, sources, types, id…
/hardware/interfaces/keymaster/4.0/
DIKeymasterDevice.hal91 * bits or nonce lengths other than 96 bits.
1025 * Tag::MIN_MAC_LENGTH in the key authorizations. For MAC lengths greater than 128 or
1047 * Tag::MIN_MAC_LENGTH in the key authorizations. For MAC lengths greater than the digest
/hardware/google/gfxstream/guest/mesa/include/GLES3/
Dgl32.h1717 …Lenum *sources, GLenum *types, GLuint *ids, GLenum *severities, GLsizei *lengths, GLchar *messageL…
1762 …Lenum *sources, GLenum *types, GLuint *ids, GLenum *severities, GLsizei *lengths, GLchar *messageL…
/hardware/google/gfxstream/include/GLES3/
Dgl32.h1717 …Lenum *sources, GLenum *types, GLuint *ids, GLenum *severities, GLsizei *lengths, GLchar *messageL…
1762 …Lenum *sources, GLenum *types, GLuint *ids, GLenum *severities, GLsizei *lengths, GLchar *messageL…

12