HomeSort by relevance Sort by last modified time
    Searched full:pipe_ (Results 1 - 13 of 13) sorted by null

  /external/drm_hwcomposer/
drmcrtc.cpp 32 pipe_(pipe),
62 return pipe_;
drmcrtc.h 53 unsigned pipe_; member in class:android::DrmCrtc
  /external/google-breakpad/src/client/windows/crash_generation/
crash_generation_server.cc 112 pipe_(NULL),
159 DisconnectNamedPipe(pipe_);
172 if (pipe_) {
173 CloseHandle(pipe_);
242 pipe_ = CreateNamedPipe(pipe_name_.c_str(),
250 if (pipe_ == INVALID_HANDLE_VALUE) {
284 if (pipe_) {
285 CloseHandle(pipe_);
286 pipe_ = NULL;
308 bool success = ConnectNamedPipe(pipe_, &overlapped_) != FALSE
    [all...]
crash_generation_server.h 233 HANDLE pipe_; member in class:google_breakpad::CrashGenerationServer
  /external/mesa3d/src/gallium/targets/pipe-loader/
Makefile 8 PIPE_PREFIX ?= pipe_
147 $(PIPE_TARGETS_CC): $(PIPE_PREFIX)%.so: pipe_%.o $(PIPE_LIBS) $$(%_LIBS)
154 $(PIPE_TARGETS_CXX): $(PIPE_PREFIX)%.so: pipe_%.o $(PIPE_LIBS) $$(%_LIBS)
  /external/mesa3d/src/gallium/auxiliary/pipe-loader/
pipe_loader.c 35 #define MODULE_PREFIX "pipe_"
  /external/autotest/site_utils/admin/scripts/
check_db.out 197 Pipe_ 1658
  /external/mesa3d/src/gallium/tests/trivial/
tri.c 34 /* pipe_*_state structs */
40 /* PIPE_* */
quad-tex.c 34 /* pipe_*_state structs */
40 /* PIPE_* */
  /development/host/windows/usb/api/
adb_api_legacy.h 42 #define DEVICE_PIPE_NAME_PREFIX L"PIPE_"
  /external/mesa3d/src/gallium/state_trackers/d3d1x/dxgi/src/
dxgi_loader.cpp 36 #define PIPE_PREFIX "pipe_"
  /external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
d3d11_objects.h 107 GalliumD3D11Object<ID3D11##name, struct pipe_##gallium>::~GalliumD3D11Object() \
110 pipe_##gallium##_reference(&object, 0); \
  /external/mesa3d/docs/
egl.html 208 (<code>pipe_&lt;hw&gt;</code>) and client API modules

Completed in 491 milliseconds