Home
last modified time | relevance | path

Searched defs:condition (Results 1 – 23 of 23) sorted by relevance

/device/generic/vulkan-cereal/stream-servers/gl/glestranslator/include/GLcommon/
DGLESmacros.h27 #define MEM_TRACE_IF(condition, group) argument
33 #define MEM_TRACE_IF(condition, group) argument
38 #define FAIL_IF(condition, description) if((condition)) { \ argument
43 #define RET_AND_FAIL_IF(condition, description, ret) if((condition)) { \ argument
88 #define SET_ERROR_IF(condition,err) if((condition)) { \ argument
95 #define RET_AND_SET_ERROR_IF(condition,err,ret) if((condition)) { \ argument
/device/generic/goldfish-opengl/fuchsia/include/cutils/
Dlog.h29 #define android_printAssert(condition, tag, format, ...) \ argument
33 #define LOG_ALWAYS_FATAL_IF(condition, ...) \ argument
/device/google/contexthub/firmware/os/inc/
Dutil.h37 #define C_STATIC_ASSERT(name, condition) \ argument
/device/generic/goldfish-opengl/fuchsia/
Dport.cc83 void __android_log_assert(const char* condition, const char* tag, in __android_log_assert()
/device/generic/vulkan-cereal/third-party/astc-encoder/Source/
Dastcenccli_image_external.cpp60 static void astcenc_runtime_assert(bool condition) in astcenc_runtime_assert()
/device/generic/vulkan-cereal/scripts/
Dgen-entries.py332 def mySetError(condition, glerr): argument
/device/generic/goldfish-opengl/android-emu/aemu/base/
Daddress_space.h65 static void address_space_assert(bool condition) { in address_space_assert()
/device/generic/vulkan-cereal/stream-servers/
DSyncThread.cpp62 #define SYNC_THREAD_CHECK(condition) \ argument
/device/generic/goldfish/wifi/wifi_hal/
Dwifi_hal.cpp82 std::condition_variable condition; in wifi_cleanup() local
/device/generic/goldfish-opengl/system/GLESv1_enc/
DGLEncoder.cpp31 #define SET_ERROR_IF(condition,err) if((condition)) { \ argument
38 #define RET_AND_SET_ERROR_IF(condition,err,ret) if((condition)) { \ argument
Dgl_entry.cpp1953 void glSetFenceNV(GLuint fence, GLenum condition) in glSetFenceNV()
Dgl_enc.cpp8165 void glSetFenceNV_enc(void *self , GLuint fence, GLenum condition) in glSetFenceNV_enc()
/device/generic/goldfish-opengl/third-party/fuchsia/magma/include/lib/magma/
Dmagma_common_defs.h237 uint32_t condition; member
/device/generic/vulkan-cereal/third-party/fuchsia/magma/include/lib/magma/
Dmagma_common_defs.h237 uint32_t condition; member
/device/generic/vulkan-cereal/stream-servers/gl/glestranslator/GLES_V2/
DGLESv30Imp.cpp455 static GLsync internal_glFenceSync(GLenum condition, GLbitfield flags) { in internal_glFenceSync()
518 GL_APICALL GLsync GL_APIENTRY glFenceSync(GLenum condition, GLbitfield flags) { in glFenceSync()
/device/generic/goldfish-opengl/system/GLESv2_enc/
DGL2Encoder.cpp43 #define SET_ERROR_IF(condition, err) if((condition)) { \ argument
49 #define SET_ERROR_WITH_MESSAGE_IF(condition, err, generator, genargs) if ((condition)) { \ argument
57 #define RET_AND_SET_ERROR_IF(condition, err, ret) if((condition)) { \ argument
63 #define RET_AND_SET_ERROR_WITH_MESSAGE_IF(condition, err, ret, generator, genargs) if((condition)) … argument
5366 GLsync GL2Encoder::s_glFenceSync(void* self, GLenum condition, GLbitfield flags) { in s_glFenceSync()
Dgl2_entry.cpp1554 void glSetFenceNV(GLuint fence, GLenum condition) in glSetFenceNV()
2103 GLsync glFenceSync(GLenum condition, GLbitfield flags) in glFenceSync()
2139 uint64_t glFenceSyncAEMU(GLenum condition, GLbitfield flags) in glFenceSyncAEMU()
Dgl2_enc.cpp7232 uint64_t glFenceSyncAEMU_enc(void *self , GLenum condition, GLbitfield flags) in glFenceSyncAEMU_enc()
/device/generic/opengl-transport/host/libs/virglrenderer/
DGLESv3.cpp346 static uint64_t glFenceSyncAEMU(void* ctx_, GLenum condition, GLbitfield flags) { in glFenceSyncAEMU()
/device/generic/vulkan-cereal/stream-servers/gl/gles2_dec/
DGLESv2Decoder.cpp680 uint64_t GLESv2Decoder::s_glFenceSyncAEMU(void* self, GLenum condition, GLbitfield flags) { in s_glFenceSyncAEMU()
/device/generic/goldfish-opengl/tests/gles_android_wrapper/
Dgles.cpp1316 void glSetFenceNV(GLuint fence, GLenum condition) in glSetFenceNV()
/device/google/cuttlefish/host/libs/graphics_detector/include/vulkan-hpp/
DVulkanHppGenerator.cpp14032 void checkForError( bool condition, int line, std::string const & message ) in checkForError()
14040 void checkForWarning( bool condition, int line, std::string const & message ) in checkForWarning()
/device/generic/vulkan-cereal/stream-servers/vulkan/
DVkDecoderGlobalState.cpp95 #define DCHECK(condition) (void)(condition); argument