HomeSort by relevance Sort by last modified time
    Searched refs:NativeBaseFunctions (Results 1 - 2 of 2) sorted by null

  /external/deqp/framework/platform/android/
tcuAndroidInternals.cpp 164 static NativeBaseFunctions::incRefFunc getNativeBaseIncRefFunc (android::android_native_base_t* base)
166 return *pointerToOffset<NativeBaseFunctions::incRefFunc>(base, 8 + DE_PTR_SIZE*4);
170 static NativeBaseFunctions::decRefFunc getNativeBaseDecRefFunc (android::android_native_base_t* base)
172 return *pointerToOffset<NativeBaseFunctions::decRefFunc>(base, 8 + DE_PTR_SIZE*5);
175 static android::GraphicBuffer* createGraphicBuffer (const GraphicBufferFunctions& functions, NativeBaseFunctions& baseFunctions, deUint32 w, deUint32 h, PixelFormat format, deUint32 usage)
tcuAndroidInternals.hpp 114 struct NativeBaseFunctions
180 NativeBaseFunctions m_baseFunctions;

Completed in 210 milliseconds