Home
last modified time | relevance | path

Searched refs:mPointer (Results 1 - 8 of 8) sorted by relevance

/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
H A Dunion_fields.rs13 pub mPointer: *mut ::std::os::raw::c_void,
52 ::std::ptr::addr_of!((*ptr).mPointer) as usize - ptr as usize in bindgen_test_layout_nsStyleUnion()
59 stringify!(mPointer) in bindgen_test_layout_nsStyleUnion()
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
H A Dunion_fields_1_0.hpp6 void* mPointer; member
H A Dunion_fields.hpp6 void* mPointer; member
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H A DVertexArray.cpp77 mVertexAttributes[attributeIndex].mPointer = pointer;
H A DVertexDataManager.cpp88 input = static_cast<const char*>(attribute.mPointer); in writeAttributeData()
156 if((!buffer && attrib.mPointer == nullptr) || (buffer && !buffer->data())) in prepareVertexData()
H A DContext.h167 VertexAttribute() : mType(GL_FLOAT), mSize(4), mNormalized(false), mPureInteger(false), mStride(0), mDivisor(0), mPointer(nullptr), mArrayEnabled(false) in VertexAttribute()
281 const void *mPointer; member
H A DContext.cpp857 return getCurrentVertexArray()->getVertexAttribute(attribNum).mPointer; in getVertexAttribPointer()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp[all...]

Completed in 34 milliseconds