HomeSort by relevance Sort by last modified time
    Searched refs:create_ctx (Results 1 - 4 of 4) sorted by null

  /device/generic/opengl-transport/host/libs/virglrenderer/
EglContext.h 36 : create_ctx(ctx_), context(context_), api(api_), id(nextId++) {
64 uint32_t create_ctx; member in struct:EglContext
EglSurface.h 31 : create_ctx(ctx_), config(config_), height(height_), width(width_), id(nextId++) {
79 uint32_t create_ctx; member in struct:EglSurface
  /external/fsverity-utils/
hash_algs.h 13 struct hash_ctx *(*create_ctx)(const struct fsverity_hash_alg *alg); member in struct:fsverity_hash_alg
39 return alg->create_ctx(alg);
hash_algs.c 167 .create_ctx = create_sha256_ctx,
173 .create_ctx = create_sha512_ctx,
178 .create_ctx = create_crc32c_ctx,

Completed in 59 milliseconds