HomeSort by relevance Sort by last modified time
    Searched defs:initDispatch (Results 1 - 4 of 4) sorted by null

  /frameworks/rs/cpp/
RenderScript.cpp 96 bool RS::initDispatch(int targetApi) {
140 if (initDispatch(targetApi) == false) {
  /hardware/interfaces/graphics/allocator/2.0/utils/passthrough/include/allocator-passthrough/2.0/
Gralloc1Hal.h 63 if (!initDispatch()) {
161 bool initDispatch(gralloc1_function_descriptor_t desc, T* outPfn) {
172 virtual bool initDispatch() {
173 if (!initDispatch(GRALLOC1_FUNCTION_DUMP, &mDispatch.dump) ||
174 !initDispatch(GRALLOC1_FUNCTION_CREATE_DESCRIPTOR, &mDispatch.createDescriptor) ||
175 !initDispatch(GRALLOC1_FUNCTION_DESTROY_DESCRIPTOR, &mDispatch.destroyDescriptor) ||
176 !initDispatch(GRALLOC1_FUNCTION_SET_DIMENSIONS, &mDispatch.setDimensions) ||
177 !initDispatch(GRALLOC1_FUNCTION_SET_FORMAT, &mDispatch.setFormat) ||
178 !initDispatch(GRALLOC1_FUNCTION_SET_CONSUMER_USAGE, &mDispatch.setConsumerUsage) ||
179 !initDispatch(GRALLOC1_FUNCTION_SET_PRODUCER_USAGE, &mDispatch.setProducerUsage) |
    [all...]
  /hardware/interfaces/graphics/mapper/2.0/utils/passthrough/include/mapper-passthrough/2.0/
Gralloc1Hal.h 62 if (!initDispatch()) {
198 bool initDispatch(gralloc1_function_descriptor_t desc, T* outPfn) {
209 virtual bool initDispatch() {
210 if (!initDispatch(GRALLOC1_FUNCTION_RETAIN, &mDispatch.retain) ||
211 !initDispatch(GRALLOC1_FUNCTION_RELEASE, &mDispatch.release) ||
212 !initDispatch(GRALLOC1_FUNCTION_GET_NUM_FLEX_PLANES, &mDispatch.getNumFlexPlanes) ||
213 !initDispatch(GRALLOC1_FUNCTION_LOCK, &mDispatch.lock) ||
214 !initDispatch(GRALLOC1_FUNCTION_LOCK_FLEX, &mDispatch.lockFlex) ||
215 !initDispatch(GRALLOC1_FUNCTION_UNLOCK, &mDispatch.unlock)) {
  /hardware/interfaces/graphics/composer/2.1/utils/passthrough/include/composer-passthrough/2.1/
HwcHal.h 88 if (!initDispatch()) {
510 bool initDispatch(hwc2_function_descriptor_t desc, T* outPfn) {
521 virtual bool initDispatch() {
522 if (!initDispatch(HWC2_FUNCTION_ACCEPT_DISPLAY_CHANGES, &mDispatch.acceptDisplayChanges) ||
523 !initDispatch(HWC2_FUNCTION_CREATE_LAYER, &mDispatch.createLayer) ||
524 !initDispatch(HWC2_FUNCTION_CREATE_VIRTUAL_DISPLAY, &mDispatch.createVirtualDisplay) ||
525 !initDispatch(HWC2_FUNCTION_DESTROY_LAYER, &mDispatch.destroyLayer) ||
526 !initDispatch(HWC2_FUNCTION_DESTROY_VIRTUAL_DISPLAY,
528 !initDispatch(HWC2_FUNCTION_DUMP, &mDispatch.dump) ||
529 !initDispatch(HWC2_FUNCTION_GET_ACTIVE_CONFIG, &mDispatch.getActiveConfig) |
    [all...]

Completed in 296 milliseconds