Home
last modified time | relevance | path

Searched defs:pointer (Results 176 - 200 of 255) sorted by relevance

1234567891011

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/
H A DvktBindingDescriptorUpdateTests.cpp160 PointerCase pointer; member
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/binding_model/
H A DvktBindingDescriptorUpdateTests.cpp160 PointerCase pointer; member
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DState.h479 setVertexAttribPointer(const Context *context, unsigned int attribNum, Buffer *boundBuffer, GLint size, VertexAttribType type, bool normalized, GLsizei stride, const void *pointer) setVertexAttribPointer() argument
493 setVertexAttribIPointer(const Context *context, unsigned int attribNum, Buffer *boundBuffer, GLint size, VertexAttribType type, GLsizei stride, const void *pointer) setVertexAttribIPointer() argument
H A DContext_gles_1_0.cpp666 void Context::matrixIndexPointer(GLint size, GLenum type, GLsizei stride, const void *pointer) in matrixIndexPointer() argument
671 void Context::weightPointer(GLint size, GLenum type, GLsizei stride, const void *pointer) in weightPointer() argument
H A Dqueryutils.cpp1601 void QueryVertexAttribPointerv(const VertexAttribute &attrib, GLenum pname, void **pointer) in QueryVertexAttribPointerv() argument
H A DvalidationES1.cpp80 ValidateBuiltinVertexAttributeCommon(const Context *context, angle::EntryPoint entryPoint, ClientVertexArrayType arrayType, GLint size, VertexAttribType type, GLsizei stride, const void *pointer) ValidateBuiltinVertexAttributeCommon() argument
781 ValidateColorPointer(const Context *context, angle::EntryPoint entryPoint, GLint size, VertexAttribType type, GLsizei stride, const void *pointer) ValidateColorPointer() argument
1271 ValidateNormalPointer(const Context *context, angle::EntryPoint entryPoint, VertexAttribType type, GLsizei stride, const void *pointer) ValidateNormalPointer() argument
1480 ValidateTexCoordPointer(const Context *context, angle::EntryPoint entryPoint, GLint size, VertexAttribType type, GLsizei stride, const void *pointer) ValidateTexCoordPointer() argument
1623 ValidateVertexPointer(const Context *context, angle::EntryPoint entryPoint, GLint size, VertexAttribType type, GLsizei stride, const void *pointer) ValidateVertexPointer() argument
1724 ValidateMatrixIndexPointerOES(const Context *context, angle::EntryPoint entryPoint, GLint size, GLenum type, GLsizei stride, const void *pointer) ValidateMatrixIndexPointerOES() argument
1735 ValidateWeightPointerOES(const Context *context, angle::EntryPoint entryPoint, GLint size, GLenum type, GLsizei stride, const void *pointer) ValidateWeightPointerOES() argument
1746 ValidatePointSizePointerOES(const Context *context, angle::EntryPoint entryPoint, VertexAttribType type, GLsizei stride, const void *pointer) ValidatePointSizePointerOES() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
H A Dcapture_gles_2_0_autogen.cpp1807 CaptureGetVertexAttribPointerv(const State &glState, bool isCallValid, GLuint index, GLenum pname, void **pointer) CaptureGetVertexAttribPointerv() argument
3156 CaptureVertexAttribPointer(const State &glState, bool isCallValid, GLuint index, GLint size, VertexAttribType typePacked, GLboolean normalized, GLsizei stride, const void *pointer) CaptureVertexAttribPointer() argument
[all...]
H A Dcapture_gles_3_0_autogen.cpp2698 CaptureVertexAttribIPointer(const State &glState, bool isCallValid, GLuint index, GLint size, VertexAttribType typePacked, GLsizei stride, const void *pointer) CaptureVertexAttribIPointer() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A DStateManagerGL.h123 const void *pointer = nullptr; member
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cDirectStateAccessBuffersTests.cpp3735 glw::GLvoid* pointer = DE_NULL; TestErrorsOfGetNamedBufferPointerv() local
[all...]
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
H A Dentry_points_gles_2_0_autogen.cpp2126 void GL_APIENTRY GL_GetVertexAttribPointerv(GLuint index, GLenum pname, void **pointer) in GL_GetVertexAttribPointerv() argument
3806 GL_VertexAttribPointer(GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const void *pointer) GL_VertexAttribPointer() argument
[all...]
H A Dentry_points_gles_3_0_autogen.cpp2998 GL_VertexAttribIPointer(GLuint index, GLint size, GLenum type, GLsizei stride, const void *pointer) in GL_VertexAttribIPointer() argument
/third_party/skia/third_party/externals/angle2/src/libGLESv1_CM/
H A DlibGLESv1_CM.cpp288 void GL_APIENTRY glColorPointer(GLint size, GLenum type, GLsizei stride, const void *pointer) in glColorPointer() argument
604 void GL_APIENTRY glNormalPointer(GLenum type, GLsizei stride, const void *pointer) in glNormalPointer() argument
705 void GL_APIENTRY glTexCoordPointer(GLint size, GLenum type, GLsizei stride, const void *pointer) in glTexCoordPointer() argument
782 void GL_APIENTRY glVertexPointer(GLint size, GLenum type, GLsizei stride, const void *pointer) in glVertexPointer() argument
844 glMatrixIndexPointerOES(GLint size, GLenum type, GLsizei stride, const void *pointer) glMatrixIndexPointerOES() argument
852 glWeightPointerOES(GLint size, GLenum type, GLsizei stride, const void *pointer) glWeightPointerOES() argument
858 glPointSizePointerOES(GLenum type, GLsizei stride, const void *pointer) glPointSizePointerOES() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H A DlibGLESv3.cpp1810 void GL_APIENTRY VertexAttribIPointer(GLuint index, GLint size, GLenum type, GLsizei stride, const void *pointer) in VertexAttribIPointer() argument
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/jsoncpp/dist/json/
H A Djson.h1079 typedef const Value* pointer; typedef in Json::ValueConstIterator
1128 typedef Value* pointer; typedef in Json::ValueIterator
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/json/
H A Djson.h1079 typedef const Value* pointer; typedef in Json::ValueConstIterator
1128 typedef Value* pointer; typedef in Json::ValueIterator
/third_party/skia/third_party/externals/libpng/
H A Dpngtest.c503 png_voidp pointer; member
[all...]
/third_party/skia/third_party/externals/freetype/src/sfnt/
H A Dsfwoff2.c541 FT_Byte* pointer; in store_points() local
670 FT_Byte* pointer; in compute_bbox() local
953 FT_Byte* pointer = NULL; reconstruct_glyf() local
1036 FT_Byte* pointer = NULL; reconstruct_glyf() local
[all...]
/third_party/skia/third_party/externals/tint/src/
H A Dprogram_builder.h771 const ast::Pointer* pointer( pointer() function in tint::ProgramBuilder::TypesBuilder
783 const ast::Pointer* pointer( pointer() function in tint::ProgramBuilder::TypesBuilder
795 const ast::Pointer* pointer( pointer() function in tint::ProgramBuilder::TypesBuilder
[all...]
/third_party/spirv-headers/tools/buildHeaders/jsoncpp/dist/json/
H A Djson.h1079 typedef const Value* pointer; typedef in Json::ValueConstIterator
1128 typedef Value* pointer; typedef in Json::ValueIterator
/third_party/python/Objects/
H A Dabstract.c481 char* pointer; in PyBuffer_GetPointer() local
/third_party/protobuf/src/google/protobuf/
H A Drepeated_field.h263 typedef value_type* pointer; typedef in google::protobuf::final
996 typedef value_type* pointer; global() typedef in google::protobuf::final
[all...]
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fShaderStateQueryTests.cpp2164 const void* pointer; member
2386 const void* pointer; in test() member
[all...]
/third_party/vk-gl-cts/framework/opengl/simplereference/
H A DsglrGLContext.cpp656 void GLContext::vertexAttribPointer (deUint32 index, int size, deUint32 type, deBool normalized, int stride, const void *pointer) in vertexAttribPointer() argument
661 void GLContext::vertexAttribIPointer (deUint32 index, int size, deUint32 type, int stride, const void *pointer) in vertexAttribIPointer() argument
/third_party/glfw/src/
H A Dwl_window.c1364 pointerHandleEnter(void* userData, struct wl_pointer* pointer, uint32_t serial, struct wl_surface* surface, wl_fixed_t sx, wl_fixed_t sy) pointerHandleEnter() argument
1397 pointerHandleLeave(void* userData, struct wl_pointer* pointer, uint32_t serial, struct wl_surface* surface) pointerHandleLeave() argument
1428 pointerHandleMotion(void* userData, struct wl_pointer* pointer, uint32_t time, wl_fixed_t sx, wl_fixed_t sy) pointerHandleMotion() argument
1530 pointerHandleButton(void* userData, struct wl_pointer* pointer, uint32_t serial, uint32_t time, uint32_t button, uint32_t state) pointerHandleButton() argument
1608 pointerHandleAxis(void* userData, struct wl_pointer* pointer, uint32_t time, uint32_t axis, wl_fixed_t value) pointerHandleAxis() argument
2875 relativePointerHandleRelativeMotion(void* userData, struct zwp_relative_pointer_v1* pointer, uint32_t timeHi, uint32_t timeLo, wl_fixed_t dx, wl_fixed_t dy, wl_fixed_t dxUnaccel, wl_fixed_t dyUnaccel) relativePointerHandleRelativeMotion() argument
[all...]

Completed in 76 milliseconds

1234567891011