Home
last modified time | relevance | path

Searched defs:opaque (Results 1 – 8 of 8) sorted by relevance

/device/generic/goldfish-opengl/android-emu/aemu/base/threads/
DAndroidThreadStore.h149 static void myDestructor(void* opaque) { in myDestructor()
/device/generic/vulkan-cereal/stream-servers/compressedTextureFormats/
Detc.cpp225 bool opaque) { in decode_subblock()
267 bool isPunchthroughAlpha, bool opaque, in etc2_T_H_index()
297 bool isPunchthroughAlpha, bool opaque, etc1_byte* pOut) { in etc2_decode_block_T()
326 bool isPunchthroughAlpha, bool opaque, etc1_byte* pOut) { in etc2_decode_block_H()
393 bool opaque = (high >> 1) & 1; in etc2_decode_rgb_block() local
/device/generic/goldfish-opengl/shared/OpenglCodecCommon/
Detc.cpp225 bool opaque) { in decode_subblock()
267 bool isPunchthroughAlpha, bool opaque, in etc2_T_H_index()
297 bool isPunchthroughAlpha, bool opaque, etc1_byte* pOut) { in etc2_decode_block_T()
326 bool isPunchthroughAlpha, bool opaque, etc1_byte* pOut) { in etc2_decode_block_H()
393 bool opaque = (high >> 1) & 1; in etc2_decode_rgb_block() local
/device/generic/vulkan-cereal/stream-servers/gl/glestranslator/GLcommon/
Detc.cpp225 bool opaque) { in decode_subblock()
267 bool isPunchthroughAlpha, bool opaque, in etc2_T_H_index()
297 bool isPunchthroughAlpha, bool opaque, etc1_byte* pOut) { in etc2_decode_block_T()
326 bool isPunchthroughAlpha, bool opaque, etc1_byte* pOut) { in etc2_decode_block_H()
393 bool opaque = (high >> 1) & 1; in etc2_decode_rgb_block() local
/device/generic/vulkan-cereal/gl-host-common/opengl/
DGpuFrameBridge.cpp172 void* opaque) override { in setFrameReceiver()
/device/generic/vulkan-cereal/stream-servers/gl/glestranslator/EGL/
DEglDisplay.cpp616 void EglDisplay::addConfig(void* opaque, const EglOS::ConfigInfo* info) { in addConfig()
DEglOsApi_wgl.cpp759 static void onThreadTermination(void* opaque) { in onThreadTermination()
/device/generic/vulkan-cereal/third-party/astc-encoder/Source/
Dtinyexr.h1056 void *opaque; // heap alloc function user pointer member
2019 static void *def_alloc_func(void *opaque, size_t items, size_t size) { in def_alloc_func()
2023 static void def_free_func(void *opaque, void *address) { in def_free_func()