/external/mesa3d/src/mesa/main/ |
D | enable.c | 55 client_state(struct gl_context *ctx, GLenum cap, GLboolean state) in client_state() 178 _mesa_EnableClientState( GLenum cap ) in _mesa_EnableClientState() 194 _mesa_DisableClientState( GLenum cap ) in _mesa_DisableClientState() 266 _mesa_set_enable(struct gl_context *ctx, GLenum cap, GLboolean state) in _mesa_set_enable() 1088 _mesa_Enable( GLenum cap ) in _mesa_Enable() 1102 _mesa_Disable( GLenum cap ) in _mesa_Disable() 1116 _mesa_set_enablei(struct gl_context *ctx, GLenum cap, in _mesa_set_enablei() 1151 _mesa_DisableIndexed( GLenum cap, GLuint index ) in _mesa_DisableIndexed() 1160 _mesa_EnableIndexed( GLenum cap, GLuint index ) in _mesa_EnableIndexed() 1169 _mesa_IsEnabledIndexed( GLenum cap, GLuint index ) in _mesa_IsEnabledIndexed() [all …]
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_caps.h | 45 #define UTIL_CHECK_CAP(cap) \ argument 48 #define UTIL_CHECK_INT(cap, higher) \ argument 52 #define UTIL_CHECK_FLOAT(cap, higher) \ argument 58 #define UTIL_CHECK_SHADER(shader, cap, higher) \ argument
|
/external/opencv3/modules/videoio/test/ |
D | test_basic_props.cpp | 70 VideoCapture cap(file_path); in TEST() local 94 VideoCapture cap(file_path); in TEST() local 121 VideoCapture cap(file_path); in TEST() local 144 VideoCapture cap(file_path); in TEST() local
|
/external/libcxx/test/std/utilities/function.objects/func.memfn/ |
D | member_function_const.pass.cpp | 34 const A* cap = &a; in test0() local 50 const A* cap = &a; in test1() local 66 const A* cap = &a; in test2() local
|
D | member_function_const_volatile.pass.cpp | 34 const volatile A* cap = &a; in test0() local 50 const volatile A* cap = &a; in test1() local 66 const volatile A* cap = &a; in test2() local
|
D | member_function_volatile.pass.cpp | 34 volatile A* cap = &a; in test0() local 50 volatile A* cap = &a; in test1() local 66 volatile A* cap = &a; in test2() local
|
D | member_data.fail.cpp | 33 const A* cap = ap; in test() local
|
D | member_data.pass.cpp | 33 const A* cap = ap; in test() local
|
/external/webrtc/talk/media/webrtc/ |
D | webrtcvideocapturer.cc | 84 static bool CapabilityToFormat(const webrtc::VideoCaptureCapability& cap, in CapabilityToFormat() 105 webrtc::VideoCaptureCapability* cap) { in FormatToCapability() 194 webrtc::VideoCaptureCapability cap; in Init() local 301 webrtc::VideoCaptureCapability cap; in Start() local
|
D | fakewebrtcvideocapturemodule.h | 71 int32_t StartCapture(const webrtc::VideoCaptureCapability& cap) override { in StartCapture() 123 const webrtc::VideoCaptureCapability& cap() const { in cap() function
|
/external/libcap/progs/ |
D | capsh.c | 99 cap_value_t cap; in main() local 448 unsigned cap; in main() local 472 cap_value_t cap; in main() local 485 unsigned cap; in main() local
|
/external/v8/test/mjsunit/regress/ |
D | regress-crbug-3184.js | 53 String.prototype.cap = function() { method in String 57 String.prototype.cap = String.prototype.cap.wrap( method in String
|
/external/libcap/progs/old/ |
D | sucap.c | 144 cap_t cap = cap_init(); in main() local 168 cap_t cap = cap_init(); in main() local
|
/external/libcap/libcap/ |
D | cap_proc.c | 110 int cap_get_bound(cap_value_t cap) in cap_get_bound() 120 int cap_drop_bound(cap_value_t cap) in cap_drop_bound()
|
/external/webrtc/webrtc/modules/video_capture/linux/ |
D | device_info_linux.cc | 116 struct v4l2_capability cap; in GetDeviceName() local 188 struct v4l2_capability cap; in CreateCapabilityMap() local 288 VideoCaptureCapability cap; in FillCapabilities() local
|
/external/tinyxml/ |
D | tinystr.cpp | 41 void TiXmlString::reserve (size_type cap) in reserve() 55 size_type cap = capacity(); in assign() local
|
/external/sfntly/cpp/src/test/tinyxml/ |
D | tinystr.cpp | 37 void TiXmlString::reserve (size_type cap) in reserve() 51 size_type cap = capacity(); in assign() local
|
/external/strace/xlat/ |
D | cap.h | 10 const struct xlat cap[] = { variable
|
/external/boringssl/src/ssl/ |
D | ssl_buffer.c | 38 static int setup_buffer(SSL3_BUFFER *buf, size_t header_len, size_t cap) { in setup_buffer() 87 size_t cap = SSL3_RT_MAX_ENCRYPTED_LENGTH; in setup_read_buffer() local 236 size_t cap = SSL3_RT_MAX_PLAIN_LENGTH + SSL3_RT_SEND_MAX_ENCRYPTED_OVERHEAD; in ssl_write_buffer_init() local
|
/external/opencv3/modules/videoio/perf/ |
D | perf_input.cpp | 32 VideoCapture cap; variable
|
/external/libchrome/sandbox/linux/services/ |
D | credentials.cc | 141 int CapabilityToKernelValue(Credentials::Capability cap) { in CapabilityToKernelValue() 185 for (const Capability cap : caps) { in SetCapabilitiesOnCurrentThread() local 226 bool Credentials::HasCapability(Capability cap) { in HasCapability()
|
/external/opencv3/modules/cudabgsegm/test/ |
D | test_bgsegm.cpp | 95 cv::VideoCapture cap(inputFile); in CUDA_TEST_P() local 142 cv::VideoCapture cap(inputFile); in CUDA_TEST_P() local
|
/external/opencv3/modules/video/test/ocl/ |
D | test_bgfg_mog2.cpp | 45 VideoCapture cap(inputFile); in OCL_TEST_P() local 93 VideoCapture cap(inputFile); in OCL_TEST_P() local
|
/external/skia/gm/ |
D | quadpaths.cpp | 29 const SkRect& clip,SkPaint::Cap cap, SkPaint::Join join, in drawPath() 102 for (size_t cap = 0; cap < SK_ARRAY_COUNT(gCaps); ++cap) { in onDraw() local 172 const SkRect& clip,SkPaint::Cap cap, SkPaint::Join join, in drawPath() 246 for (size_t cap = 0; cap < SK_ARRAY_COUNT(gCaps); ++cap) { in onDraw() local
|
/external/mesa3d/src/gallium/drivers/i915/ |
D | i915_screen.c | 103 i915_get_shader_param(struct pipe_screen *screen, unsigned shader, enum pipe_shader_cap cap) in i915_get_shader_param() 166 i915_get_param(struct pipe_screen *screen, enum pipe_cap cap) in i915_get_param() 260 i915_get_paramf(struct pipe_screen *screen, enum pipe_capf cap) in i915_get_paramf()
|