Searched refs:cstring (Results 1 – 5 of 5) sorted by relevance
/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/ |
D | GLEScontext.cpp | 1797 const char* cstring = (const char*)extensionString; in initCapsLocked() local 1900 if (strstr(cstring,"GL_EXT_bgra ")!=NULL || in initCapsLocked() 1901 (isGles2Gles() && strstr(cstring, "GL_EXT_texture_format_BGRA8888")) || in initCapsLocked() 1906 strstr(cstring,"GL_EXT_framebuffer_object ")!=NULL) in initCapsLocked() 1909 if (strstr(cstring,"GL_ARB_vertex_blend ")!=NULL) glSupport.GL_ARB_VERTEX_BLEND = true; in initCapsLocked() 1911 if (strstr(cstring,"GL_ARB_matrix_palette ")!=NULL) glSupport.GL_ARB_MATRIX_PALETTE = true; in initCapsLocked() 1913 if (strstr(cstring,"GL_EXT_packed_depth_stencil ")!=NULL || in initCapsLocked() 1914 strstr(cstring,"GL_OES_packed_depth_stencil ")!=NULL) in initCapsLocked() 1917 if (strstr(cstring,"GL_OES_read_format ")!=NULL) glSupport.GL_OES_READ_FORMAT = true; in initCapsLocked() 1919 if (strstr(cstring,"GL_ARB_half_float_pixel ")!=NULL || in initCapsLocked() [all …]
|
/hardware/google/camera/devices/EmulatedCamera/hwl/ |
D | EmulatedCameraProviderHWLImpl.cpp | 362 status_t GetEnumValue(uint32_t tag_id, const char* cstring, T* result /*out*/) { in GetEnumValue() argument 363 if ((result == nullptr) || (cstring == nullptr)) { in GetEnumValue() 369 camera_metadata_enum_value(tag_id, cstring, strlen(cstring), &enum_value); in GetEnumValue() 372 cstring); in GetEnumValue()
|
/hardware/google/gfxstream/third-party/glm/include/glm/gtc/ |
D | type_ptr.inl | 4 #include <cstring>
|
D | packing.inl | 9 #include <cstring>
|
/hardware/google/gfxstream/guest/GoldfishAddressSpace/include/ |
D | goldfish_address_space_android.impl | 27 #include <cstring>
|