OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:hcs
(Results
1 - 5
of
5
) sorted by null
/bionic/libc/kernel/uapi/linux/
bcm933xx_hcs.h
31
__u16
hcs
;
member in struct:bcm_hcs
/external/kernel-headers/original/uapi/linux/
bcm933xx_hcs.h
20
__u16
hcs
;
member in struct:bcm_hcs
/external/deqp/external/openglcts/modules/gl/
gl4cES31CompatibilityShaderImageLoadStoreTests.cpp
370
std::string
hcs
= oscs.str();
local
378
const char* const src[2] = {
hcs
.c_str(), cs.c_str() };
391
<< tcu::TestLog::Message <<
hcs
.c_str() << cs.c_str() << tcu::TestLog::EndMessage;
[
all
...]
/external/deqp/external/openglcts/modules/gles31/
es31cShaderImageLoadStoreTests.cpp
365
std::string
hcs
= oscs.str();
local
373
const char* const src[2] = {
hcs
.c_str(), cs.c_str() };
385
m_context.getTestContext().getLog() << tcu::TestLog::Message <<
hcs
<< cs << tcu::TestLog::EndMessage;
[
all
...]
/frameworks/av/services/camera/libcameraservice/
CameraService.cpp
162
sp<HidlCameraService>
hcs
= HidlCameraService::getInstance(this);
local
163
if (
hcs
->registerAsService() != android::OK) {
[
all
...]
Completed in 169 milliseconds